Html Css Color HEX #DB37CC Razzle Dazzle Rose

📋 copy color: '#DB37CC'

red 219 ◦ green 55 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DB37CC

Tints of Razzle Dazzle Rose #DB37CC

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 45.82%
G = 11.51%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB37CC (or 0xDB37CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and CC. RGB value is (219,55,204). Sum of RGB (Red+Green+Blue) = 219+55+204=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37CC is #24C833. Grayscale: #787878. Windows color (decimal): -2410548 or 13383643. OLE color: 13383643.

HSL color Cylindrical-coordinate representation of color #DB37CC: hue angle of 305.49º degrees, saturation: 0.69, 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 #DB37CC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 204 -
CMYK 0 0.75 0.07 0.14
HSL 305.49º 0.69% 0.54% -
HSV(B) 305.49º 0.75% 0.86% -
XYZ 41.48 22.15 59.22 -
YUV 121.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 219 55 204 0 0.75 0.07 0.14 305.49 0.69 0.54
Hex DB 37 CC 0 4B 7 E 131 45 36
Octal 333 67 314 0 113 7 16 461 105 66
Binary 11011011 110111 11001100 0 1001011 111 1110 100110001 1000101 110110

Color Harmonies of #DB37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37CC

Black with #DB37CC

Text Example


Text Example

White with #DB37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37CC; }

 p { color: rgb(219,55,204); }

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

background-color css

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

 a { background-color: rgb(219,55,204); }

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

border-color css

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

 span { border-color: rgb(219,55,204); }

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