#DF35C5

Color #DF35C5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DF35C5

Tints of Razzle Dazzle Rose #DF35C5

Color information

#DF35C5 (or 0xDF35C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DF, 35 and C5. RGB value is (223,53,197). Sum of RGB (Red+Green+Blue) = 223+53+197=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35C5 is #20CA3A. Grayscale: #777777. Windows color (decimal): -2148923 or 12924383. OLE color: 12924383.

HSL color Cylindrical-coordinate representation of color #DF35C5: hue angle of 309.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF35C5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB22353197-
CMYK00.760.120.13
HSL309.18º72.65%54.12%-
HSV(B)309.18º76.23%87.45%-
XYZ41.7822.2754.92-
YUV120.25171.32201.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 53 (21.09% from 255) = 11.21%
BLUE value IS 197 (77.34% from 255) = 41.65%
R=47.15%
G=11.21%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235319700.760.120.13309.1872.6554.12
HexDF35C504CCD1354936
Octal337653050114141546511166
Binary110111111101011100010101001100110011011001101011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF35C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF35C5; }

 p { color: rgb(223,53,197); }

 H1.HeaderClassName
 {
   color: #DF35C5;
 }
 .AnyTagClassName
 {
   color: #DF35C5;
 }
</style>
background-color css

<style>
 a { background-color: #DF35C5; }

 a { background-color: rgb(223,53,197); }

 div.DivClassName
 {
   background-color: #DF35C5;
 }
 .BgClassName
 {
   background-color: #DF35C5;
 }
</style>
border-color css

<style>
 span { border-color: #DF35C5; }

 span { border-color: rgb(223,53,197); }

 td.TdClassName
 {
   border-color: #DF35C5;
 }
 .TagClassName
 {
   border-color: #DF35C5;
 }
</style>