Html Css Color HEX #DB35C8 Razzle Dazzle Rose

📋 copy color: '#DB35C8'

red 219 ◦ green 53 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB35C8

Tints of Razzle Dazzle Rose #DB35C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 46.4%
G = 11.23%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB35C8 (or 0xDB35C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and C8. RGB value is (219,53,200). Sum of RGB (Red+Green+Blue) = 219+53+200=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35C8 is #24CA37. Grayscale: #767676. Windows color (decimal): -2411064 or 13120987. OLE color: 13120987.

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

Color convert

RGB 219 53 200 -
CMYK 0 0.76 0.09 0.14
HSL 306.87º 0.7% 0.53% -
HSV(B) 306.87º 0.76% 0.86% -
XYZ 40.91 21.78 56.69 -
YUV 119.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 219 53 200 0 0.76 0.09 0.14 306.87 0.7 0.53
Hex DB 35 C8 0 4C 9 E 133 46 35
Octal 333 65 310 0 114 11 16 463 106 65
Binary 11011011 110101 11001000 0 1001100 1001 1110 100110011 1000110 110101

Color Harmonies of #DB35C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35C8

Black with #DB35C8

Text Example


Text Example

White with #DB35C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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