Html Css Color HEX #DB39BA Razzle Dazzle Rose

📋 copy color: '#DB39BA'

red 219 ◦ green 57 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB39BA

Tints of Razzle Dazzle Rose #DB39BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 47.4%
G = 12.34%
B = 40.26%

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

#DB39BA (or 0xDB39BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and BA. RGB value is (219,57,186). Sum of RGB (Red+Green+Blue) = 219+57+186=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39BA is #24C645. Grayscale: #777777. Windows color (decimal): -2410054 or 12204507. OLE color: 12204507.

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

Color convert

RGB 219 57 186 -
CMYK 0 0.74 0.15 0.14
HSL 312.22º 0.69% 0.54% -
HSV(B) 312.22º 0.74% 0.86% -
XYZ 39.54 21.53 48.53 -
YUV 120.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 219 57 186 0 0.74 0.15 0.14 312.22 0.69 0.54
Hex DB 39 BA 0 4A F E 138 45 36
Octal 333 71 272 0 112 17 16 470 105 66
Binary 11011011 111001 10111010 0 1001010 1111 1110 100111000 1000101 110110

Color Harmonies of #DB39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39BA

Black with #DB39BA

Text Example


Text Example

White with #DB39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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