Html Css Color HEX #DC37BB Razzle Dazzle Rose

📋 copy color: '#DC37BB'

red 220 ◦ green 55 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DC37BB

Tints of Razzle Dazzle Rose #DC37BB

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 47.62%
G = 11.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC37BB (or 0xDC37BB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 37 and BB. RGB value is (220,55,187). Sum of RGB (Red+Green+Blue) = 220+55+187=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37BB is #23C844. Grayscale: #777777. Windows color (decimal): -2345029 or 12269532. OLE color: 12269532.

HSL color Cylindrical-coordinate representation of color #DC37BB: hue angle of 312º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37BB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 187 -
CMYK 0 0.75 0.15 0.14
HSL 312º 0.7% 0.54% -
HSV(B) 312º 0.75% 0.86% -
XYZ 39.85 21.54 49.07 -
YUV 119.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 220 55 187 0 0.75 0.15 0.14 312 0.7 0.54
Hex DC 37 BB 0 4B F E 138 46 36
Octal 334 67 273 0 113 17 16 470 106 66
Binary 11011100 110111 10111011 0 1001011 1111 1110 100111000 1000110 110110

Color Harmonies of #DC37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC37BB

Black with #DC37BB

Text Example


Text Example

White with #DC37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC37BB; }

 p { color: rgb(220,55,187); }

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

background-color css

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

 a { background-color: rgb(220,55,187); }

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

border-color css

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

 span { border-color: rgb(220,55,187); }

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