Html Css Color HEX #DB35AA Deep Cerise

📋 copy color: '#DB35AA'

red 219 ◦ green 53 ◦ blue 170

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

Shades of Deep Cerise #DB35AA

Tints of Deep Cerise #DB35AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 49.55%
G = 11.99%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB35AA (or 0xDB35AA) is known color: Deep Cerise. HEX triplet: DB, 35 and AA. RGB value is (219,53,170). Sum of RGB (Red+Green+Blue) = 219+53+170=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35AA is #24CA55. Grayscale: #737373. Windows color (decimal): -2411094 or 11154907. OLE color: 11154907.

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

Color convert

RGB 219 53 170 -
CMYK 0 0.76 0.22 0.14
HSL 317.71º 0.7% 0.53% -
HSV(B) 317.71º 0.76% 0.86% -
XYZ 37.74 20.51 40 -
YUV 115.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 219 53 170 0 0.76 0.22 0.14 317.71 0.7 0.53
Hex DB 35 AA 0 4C 16 E 13E 46 35
Octal 333 65 252 0 114 26 16 476 106 65
Binary 11011011 110101 10101010 0 1001100 10110 1110 100111110 1000110 110101

Color Harmonies of #DB35AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35AA

Black with #DB35AA

Text Example


Text Example

White with #DB35AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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