Html Css Color HEX #DB36BE Razzle Dazzle Rose

📋 copy color: '#DB36BE'

red 219 ◦ green 54 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB36BE

Tints of Razzle Dazzle Rose #DB36BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 47.3%
G = 11.66%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB36BE (or 0xDB36BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and BE. RGB value is (219,54,190). Sum of RGB (Red+Green+Blue) = 219+54+190=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36BE is #24C941. Grayscale: #767676. Windows color (decimal): -2410818 or 12465883. OLE color: 12465883.

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

Color convert

RGB 219 54 190 -
CMYK 0 0.75 0.13 0.14
HSL 310.55º 0.7% 0.54% -
HSV(B) 310.55º 0.75% 0.86% -
XYZ 39.83 21.42 50.75 -
YUV 118.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 219 54 190 0 0.75 0.13 0.14 310.55 0.7 0.54
Hex DB 36 BE 0 4B D E 137 46 36
Octal 333 66 276 0 113 15 16 467 106 66
Binary 11011011 110110 10111110 0 1001011 1101 1110 100110111 1000110 110110

Color Harmonies of #DB36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36BE

Black with #DB36BE

Text Example


Text Example

White with #DB36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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