Html Css Color HEX #DB36CD Razzle Dazzle Rose

📋 copy color: '#DB36CD'

red 219 ◦ green 54 ◦ blue 205

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

Shades of Razzle Dazzle Rose #DB36CD

Tints of Razzle Dazzle Rose #DB36CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 45.82%
G = 11.3%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB36CD (or 0xDB36CD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and CD. RGB value is (219,54,205). Sum of RGB (Red+Green+Blue) = 219+54+205=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36CD is #24C932. Grayscale: #787878. Windows color (decimal): -2410803 or 13448923. OLE color: 13448923.

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

Color convert

RGB 219 54 205 -
CMYK 0 0.75 0.06 0.14
HSL 305.09º 0.7% 0.54% -
HSV(B) 305.09º 0.75% 0.86% -
XYZ 41.55 22.11 59.83 -
YUV 120.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 219 54 205 0 0.75 0.06 0.14 305.09 0.7 0.54
Hex DB 36 CD 0 4B 6 E 131 46 36
Octal 333 66 315 0 113 6 16 461 106 66
Binary 11011011 110110 11001101 0 1001011 110 1110 100110001 1000110 110110

Color Harmonies of #DB36CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36CD

Black with #DB36CD

Text Example


Text Example

White with #DB36CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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