Html Css Color HEX #DB36C7 Razzle Dazzle Rose

📋 copy color: '#DB36C7'

red 219 ◦ green 54 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB36C7

Tints of Razzle Dazzle Rose #DB36C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 46.4%
G = 11.44%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB36C7 (or 0xDB36C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C7. RGB value is (219,54,199). Sum of RGB (Red+Green+Blue) = 219+54+199=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C7 is #24C938. Grayscale: #777777. Windows color (decimal): -2410809 or 13055707. OLE color: 13055707.

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

Color convert

RGB 219 54 199 -
CMYK 0 0.75 0.09 0.14
HSL 307.27º 0.7% 0.54% -
HSV(B) 307.27º 0.75% 0.86% -
XYZ 40.84 21.82 56.09 -
YUV 119.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 219 54 199 0 0.75 0.09 0.14 307.27 0.7 0.54
Hex DB 36 C7 0 4B 9 E 133 46 36
Octal 333 66 307 0 113 11 16 463 106 66
Binary 11011011 110110 11000111 0 1001011 1001 1110 100110011 1000110 110110

Color Harmonies of #DB36C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36C7

Black with #DB36C7

Text Example


Text Example

White with #DB36C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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