Html Css Color HEX #DB37BB Razzle Dazzle Rose

📋 copy color: '#DB37BB'

red 219 ◦ green 55 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DB37BB

Tints of Razzle Dazzle Rose #DB37BB

RGB

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

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

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

R = 47.51%
G = 11.93%
B = 40.56%

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

#DB37BB (or 0xDB37BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and BB. RGB value is (219,55,187). Sum of RGB (Red+Green+Blue) = 219+55+187=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37BB is #24C844. Grayscale: #767676. Windows color (decimal): -2410565 or 12269531. OLE color: 12269531.

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

Color convert

RGB 219 55 187 -
CMYK 0 0.75 0.15 0.14
HSL 311.71º 0.69% 0.54% -
HSV(B) 311.71º 0.75% 0.86% -
XYZ 39.55 21.38 49.06 -
YUV 119.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 219 55 187 0 0.75 0.15 0.14 311.71 0.69 0.54
Hex DB 37 BB 0 4B F E 138 45 36
Octal 333 67 273 0 113 17 16 470 105 66
Binary 11011011 110111 10111011 0 1001011 1111 1110 100111000 1000101 110110

Color Harmonies of #DB37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37BB

Black with #DB37BB

Text Example


Text Example

White with #DB37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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