Html Css Color HEX #DB39BB Razzle Dazzle Rose

📋 copy color: '#DB39BB'

red 219 ◦ green 57 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DB39BB

Tints of Razzle Dazzle Rose #DB39BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.31%

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

R = 47.3%
G = 12.31%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB39BB (or 0xDB39BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and BB. RGB value is (219,57,187). Sum of RGB (Red+Green+Blue) = 219+57+187=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39BB is #24C644. Grayscale: #777777. Windows color (decimal): -2410053 or 12270043. OLE color: 12270043.

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

Color convert

RGB 219 57 187 -
CMYK 0 0.74 0.15 0.14
HSL 311.85º 0.69% 0.54% -
HSV(B) 311.85º 0.74% 0.86% -
XYZ 39.65 21.57 49.09 -
YUV 120.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 219 57 187 0 0.74 0.15 0.14 311.85 0.69 0.54
Hex DB 39 BB 0 4A F E 138 45 36
Octal 333 71 273 0 112 17 16 470 105 66
Binary 11011011 111001 10111011 0 1001010 1111 1110 100111000 1000101 110110

Color Harmonies of #DB39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39BB

Black with #DB39BB

Text Example


Text Example

White with #DB39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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