Html Css Color HEX #DB36C6 Razzle Dazzle Rose

📋 copy color: '#DB36C6'

red 219 ◦ green 54 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DB36C6

Tints of Razzle Dazzle Rose #DB36C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 46.5%
G = 11.46%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB36C6 (or 0xDB36C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C6. RGB value is (219,54,198). Sum of RGB (Red+Green+Blue) = 219+54+198=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C6 is #24C939. Grayscale: #777777. Windows color (decimal): -2410810 or 12990171. OLE color: 12990171.

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

Color convert

RGB 219 54 198 -
CMYK 0 0.75 0.10 0.14
HSL 307.64º 0.7% 0.54% -
HSV(B) 307.64º 0.75% 0.86% -
XYZ 40.73 21.78 55.48 -
YUV 119.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 219 54 198 0 0.75 0.10 0.14 307.64 0.7 0.54
Hex DB 36 C6 0 4B A E 134 46 36
Octal 333 66 306 0 113 12 16 464 106 66
Binary 11011011 110110 11000110 0 1001011 1010 1110 100110100 1000110 110110

Color Harmonies of #DB36C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36C6

Black with #DB36C6

Text Example


Text Example

White with #DB36C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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