Html Css Color HEX #DF37B9 Razzle Dazzle Rose

📋 copy color: '#DF37B9'

red 223 ◦ green 55 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DF37B9

Tints of Razzle Dazzle Rose #DF37B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 48.16%
G = 11.88%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF37B9 (or 0xDF37B9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and B9. RGB value is (223,55,185). Sum of RGB (Red+Green+Blue) = 223+55+185=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37B9 is #20C846. Grayscale: #777777. Windows color (decimal): -2148423 or 12138463. OLE color: 12138463.

HSL color Cylindrical-coordinate representation of color #DF37B9: hue angle of 313.57º 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 #DF37B9 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 185 -
CMYK 0 0.75 0.17 0.13
HSL 313.57º 0.72% 0.55% -
HSV(B) 313.57º 0.75% 0.87% -
XYZ 40.55 21.92 47.99 -
YUV 120.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 223 55 185 0 0.75 0.17 0.13 313.57 0.72 0.55
Hex DF 37 B9 0 4B 11 D 13A 48 37
Octal 337 67 271 0 113 21 15 472 110 67
Binary 11011111 110111 10111001 0 1001011 10001 1101 100111010 1001000 110111

Color Harmonies of #DF37B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37B9

Black with #DF37B9

Text Example


Text Example

White with #DF37B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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