Html Css Color HEX #D035AA Deep Cerise

📋 copy color: '#D035AA'

red 208 ◦ green 53 ◦ blue 170

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

Shades of Deep Cerise #D035AA

Tints of Deep Cerise #D035AA

RGB

 RED value IS 208 (81.64% from 255) = 48.26%

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

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

R = 48.26%
G = 12.3%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D035AA (or 0xD035AA) is known color: Deep Cerise. HEX triplet: D0, 35 and AA. RGB value is (208,53,170). Sum of RGB (Red+Green+Blue) = 208+53+170=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D035AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D035AA is #2FCA55. Grayscale: #707070. Windows color (decimal): -3131990 or 11154896. OLE color: 11154896.

HSL color Cylindrical-coordinate representation of color #D035AA: hue angle of 314.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035AA is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 170 -
CMYK 0 0.75 0.18 0.18
HSL 314.71º 0.62% 0.51% -
HSV(B) 314.71º 0.75% 0.82% -
XYZ 34.54 18.86 39.85 -
YUV 112.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 208 53 170 0 0.75 0.18 0.18 314.71 0.62 0.51
Hex D0 35 AA 0 4B 12 12 13B 3E 33
Octal 320 65 252 0 113 22 22 473 76 63
Binary 11010000 110101 10101010 0 1001011 10010 10010 100111011 111110 110011

Color Harmonies of #D035AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035AA

Black with #D035AA

Text Example


Text Example

White with #D035AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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