Html Css Color HEX #DB36BF Razzle Dazzle Rose

📋 copy color: '#DB36BF'

red 219 ◦ green 54 ◦ blue 191

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

Shades of Razzle Dazzle Rose #DB36BF

Tints of Razzle Dazzle Rose #DB36BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 47.2%
G = 11.64%
B = 41.16%

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

#DB36BF (or 0xDB36BF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and BF. RGB value is (219,54,191). Sum of RGB (Red+Green+Blue) = 219+54+191=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36BF is #24C940. Grayscale: #767676. Windows color (decimal): -2410817 or 12531419. OLE color: 12531419.

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

Color convert

RGB 219 54 191 -
CMYK 0 0.75 0.13 0.14
HSL 310.18º 0.7% 0.54% -
HSV(B) 310.18º 0.75% 0.86% -
XYZ 39.94 21.46 51.33 -
YUV 118.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 219 54 191 0 0.75 0.13 0.14 310.18 0.7 0.54
Hex DB 36 BF 0 4B D E 136 46 36
Octal 333 66 277 0 113 15 16 466 106 66
Binary 11011011 110110 10111111 0 1001011 1101 1110 100110110 1000110 110110

Color Harmonies of #DB36BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36BF

Black with #DB36BF

Text Example


Text Example

White with #DB36BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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