Html Css Color HEX #D035AB Deep Cerise

📋 copy color: '#D035AB'

red 208 ◦ green 53 ◦ blue 171

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

Shades of Deep Cerise #D035AB

Tints of Deep Cerise #D035AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 48.15%
G = 12.27%
B = 39.58%

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

#D035AB (or 0xD035AB) is known color: Deep Cerise. HEX triplet: D0, 35 and AB. RGB value is (208,53,171). Sum of RGB (Red+Green+Blue) = 208+53+171=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D035AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D035AB is #2FCA54. Grayscale: #707070. Windows color (decimal): -3131989 or 11220432. OLE color: 11220432.

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

Color convert

RGB 208 53 171 -
CMYK 0 0.75 0.18 0.18
HSL 314.32º 0.62% 0.51% -
HSV(B) 314.32º 0.75% 0.82% -
XYZ 34.64 18.9 40.35 -
YUV 112.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 208 53 171 0 0.75 0.18 0.18 314.32 0.62 0.51
Hex D0 35 AB 0 4B 12 12 13A 3E 33
Octal 320 65 253 0 113 22 22 472 76 63
Binary 11010000 110101 10101011 0 1001011 10010 10010 100111010 111110 110011

Color Harmonies of #D035AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035AB

Black with #D035AB

Text Example


Text Example

White with #D035AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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