Html Css Color HEX #DB36BA Razzle Dazzle Rose

📋 copy color: '#DB36BA'

red 219 ◦ green 54 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB36BA

Tints of Razzle Dazzle Rose #DB36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.76%

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

R = 47.71%
G = 11.76%
B = 40.52%

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

#DB36BA (or 0xDB36BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and BA. RGB value is (219,54,186). Sum of RGB (Red+Green+Blue) = 219+54+186=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36BA is #24C945. Grayscale: #767676. Windows color (decimal): -2410822 or 12203739. OLE color: 12203739.

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

Color convert

RGB 219 54 186 -
CMYK 0 0.75 0.15 0.14
HSL 312º 0.7% 0.54% -
HSV(B) 312º 0.75% 0.86% -
XYZ 39.4 21.24 48.48 -
YUV 118.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 219 54 186 0 0.75 0.15 0.14 312 0.7 0.54
Hex DB 36 BA 0 4B F E 138 46 36
Octal 333 66 272 0 113 17 16 470 106 66
Binary 11011011 110110 10111010 0 1001011 1111 1110 100111000 1000110 110110

Color Harmonies of #DB36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36BA

Black with #DB36BA

Text Example


Text Example

White with #DB36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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