Html Css Color HEX #DB35CA Razzle Dazzle Rose

📋 copy color: '#DB35CA'

red 219 ◦ green 53 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DB35CA

Tints of Razzle Dazzle Rose #DB35CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.18%

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

R = 46.2%
G = 11.18%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB35CA (or 0xDB35CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and CA. RGB value is (219,53,202). Sum of RGB (Red+Green+Blue) = 219+53+202=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35CA is #24CA35. Grayscale: #777777. Windows color (decimal): -2411062 or 13252059. OLE color: 13252059.

HSL color Cylindrical-coordinate representation of color #DB35CA: hue angle of 306.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35CA is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 202 -
CMYK 0 0.76 0.08 0.14
HSL 306.14º 0.7% 0.53% -
HSV(B) 306.14º 0.76% 0.86% -
XYZ 41.15 21.87 57.93 -
YUV 119.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 219 53 202 0 0.76 0.08 0.14 306.14 0.7 0.53
Hex DB 35 CA 0 4C 8 E 132 46 35
Octal 333 65 312 0 114 10 16 462 106 65
Binary 11011011 110101 11001010 0 1001100 1000 1110 100110010 1000110 110101

Color Harmonies of #DB35CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35CA

Black with #DB35CA

Text Example


Text Example

White with #DB35CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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