Html Css Color HEX #DF37D2 Razzle Dazzle Rose

📋 copy color: '#DF37D2'

red 223 ◦ green 55 ◦ blue 210

#DF37D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DF37D2

Tints of Razzle Dazzle Rose #DF37D2

RGB

 RED value IS 223 (87.5% from 255) = 45.7%

 GREEN value IS 55 (21.88% from 255) = 11.27%

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 45.7%
G = 11.27%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF37D2 (or 0xDF37D2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and D2. RGB value is (223,55,210). Sum of RGB (Red+Green+Blue) = 223+55+210=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37D2 is #20C82D. Grayscale: #7A7A7A. Windows color (decimal): -2148398 or 13776863. OLE color: 13776863.

HSL color Cylindrical-coordinate representation of color #DF37D2: hue angle of 304.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37D2 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 210 -
CMYK 0 0.75 0.06 0.13
HSL 304.64º 0.72% 0.55% -
HSV(B) 304.64º 0.75% 0.87% -
XYZ 43.43 23.07 63.14 -
YUV 122.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 223 55 210 0 0.75 0.06 0.13 304.64 0.72 0.55
Hex DF 37 D2 0 4B 6 D 131 48 37
Octal 337 67 322 0 113 6 15 461 110 67
Binary 11011111 110111 11010010 0 1001011 110 1101 100110001 1001000 110111

Color Harmonies of #DF37D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37D2

Black with #DF37D2

Text Example


Text Example

White with #DF37D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37D2; }

 p { color: rgb(223,55,210); }

 H1.HeaderClassName
 {
   color: #DF37D2;
 }
 .AnyTagClassName
 {
   color: #DF37D2;
 }
</style>

background-color css

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

 a { background-color: rgb(223,55,210); }

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

border-color css

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

 span { border-color: rgb(223,55,210); }

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