#D828A1

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

Shades of Deep Cerise #D828A1

Tints of Deep Cerise #D828A1

Color information

#D828A1 (or 0xD828A1) is unknown color: approx Deep Cerise. HEX triplet: D8, 28 and A1. RGB value is (216,40,161). Sum of RGB (Red+Green+Blue) = 216+40+161=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D828A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D828A1 is #27D75E. Grayscale: #6A6A6A. Windows color (decimal): -2611039 or 10561752. OLE color: 10561752.

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

Color convert

RGB21640161-
CMYK00.810.250.15
HSL318.75º69.29%50.2%-
HSV(B)318.75º81.48%84.71%-
XYZ35.5118.6935.45-
YUV106.42158.81206.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 40 (16.02% from 255) = 9.59%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=51.80%
G=9.59%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164016100.810.250.15318.7569.2950.2
HexD828A105119F13f4532
Octal330502410121311747710562
Binary1101100010100010100001010100011100111111001111111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D828A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D828A1; }

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

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

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

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

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

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

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

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