Html Css Color HEX #DB37B8 Razzle Dazzle Rose

📋 copy color: '#DB37B8'

red 219 ◦ green 55 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DB37B8

Tints of Razzle Dazzle Rose #DB37B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 47.82%
G = 12.01%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB37B8 (or 0xDB37B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and B8. RGB value is (219,55,184). Sum of RGB (Red+Green+Blue) = 219+55+184=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37B8 is #24C847. Grayscale: #767676. Windows color (decimal): -2410568 or 12072923. OLE color: 12072923.

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

Color convert

RGB 219 55 184 -
CMYK 0 0.75 0.16 0.14
HSL 312.8º 0.69% 0.54% -
HSV(B) 312.8º 0.75% 0.86% -
XYZ 39.23 21.25 47.38 -
YUV 118.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 219 55 184 0 0.75 0.16 0.14 312.8 0.69 0.54
Hex DB 37 B8 0 4B 10 E 139 45 36
Octal 333 67 270 0 113 20 16 471 105 66
Binary 11011011 110111 10111000 0 1001011 10000 1110 100111001 1000101 110110

Color Harmonies of #DB37B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37B8

Black with #DB37B8

Text Example


Text Example

White with #DB37B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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