Html Css Color HEX #DB36CA Razzle Dazzle Rose

📋 copy color: '#DB36CA'

red 219 ◦ green 54 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DB36CA

Tints of Razzle Dazzle Rose #DB36CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 46.11%
G = 11.37%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB36CA (or 0xDB36CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and CA. RGB value is (219,54,202). Sum of RGB (Red+Green+Blue) = 219+54+202=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36CA is #24C935. Grayscale: #777777. Windows color (decimal): -2410806 or 13252315. OLE color: 13252315.

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

Color convert

RGB 219 54 202 -
CMYK 0 0.75 0.08 0.14
HSL 306.18º 0.7% 0.54% -
HSV(B) 306.18º 0.75% 0.86% -
XYZ 41.19 21.96 57.95 -
YUV 120.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 219 54 202 0 0.75 0.08 0.14 306.18 0.7 0.54
Hex DB 36 CA 0 4B 8 E 132 46 36
Octal 333 66 312 0 113 10 16 462 106 66
Binary 11011011 110110 11001010 0 1001011 1000 1110 100110010 1000110 110110

Color Harmonies of #DB36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36CA

Black with #DB36CA

Text Example


Text Example

White with #DB36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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