#D835A1

Color #D835A1 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D835A1

Tints of Deep Cerise #D835A1

Color information

#D835A1 (or 0xD835A1) is unknown color: approx Deep Cerise. HEX triplet: D8, 35 and A1. RGB value is (216,53,161). Sum of RGB (Red+Green+Blue) = 216+53+161=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D835A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D835A1 is #27CA5E. Grayscale: #717171. Windows color (decimal): -2607711 or 10565080. OLE color: 10565080.

HSL color Cylindrical-coordinate representation of color #D835A1: hue angle of 320.25º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835A1 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB21653161-
CMYK00.750.250.15
HSL320.25º67.63%52.75%-
HSV(B)320.25º75.46%84.71%-
XYZ36.0319.7235.63-
YUV114.05154.5200.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=50.23%
G=12.33%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165316100.750.250.15320.2567.6352.75
HexD835A104B19F1404435
Octal330652410113311750010465
Binary1101100011010110100001010010111100111111010000001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D835A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D835A1; }

 p { color: rgb(216,53,161); }

 H1.HeaderClassName
 {
   color: #D835A1;
 }
 .AnyTagClassName
 {
   color: #D835A1;
 }
</style>
background-color css

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

 a { background-color: rgb(216,53,161); }

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

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

 span { border-color: rgb(216,53,161); }

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