Html Css Color HEX #DB39B9 Razzle Dazzle Rose

📋 copy color: '#DB39B9'

red 219 ◦ green 57 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DB39B9

Tints of Razzle Dazzle Rose #DB39B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 47.51%
G = 12.36%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB39B9 (or 0xDB39B9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and B9. RGB value is (219,57,185). Sum of RGB (Red+Green+Blue) = 219+57+185=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39B9 is #24C646. Grayscale: #777777. Windows color (decimal): -2410055 or 12138971. OLE color: 12138971.

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

Color convert

RGB 219 57 185 -
CMYK 0 0.74 0.16 0.14
HSL 312.59º 0.69% 0.54% -
HSV(B) 312.59º 0.74% 0.86% -
XYZ 39.43 21.49 47.97 -
YUV 120.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 219 57 185 0 0.74 0.16 0.14 312.59 0.69 0.54
Hex DB 39 B9 0 4A 10 E 139 45 36
Octal 333 71 271 0 112 20 16 471 105 66
Binary 11011011 111001 10111001 0 1001010 10000 1110 100111001 1000101 110110

Color Harmonies of #DB39B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39B9

Black with #DB39B9

Text Example


Text Example

White with #DB39B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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