#DC468A

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

Shades of Deep Cerise #DC468A

Tints of Deep Cerise #DC468A

Color information

#DC468A (or 0xDC468A) is unknown color: approx Deep Cerise. HEX triplet: DC, 46 and 8A. RGB value is (220,70,138). Sum of RGB (Red+Green+Blue) = 220+70+138=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC468A is #23B975. Grayscale: #7A7A7A. Windows color (decimal): -2341238 or 9062108. OLE color: 9062108.

HSL color Cylindrical-coordinate representation of color #DC468A: hue angle of 332.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC468A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB22070138-
CMYK00.680.370.14
HSL332.8º68.18%56.86%-
HSV(B)332.8º68.18%86.27%-
XYZ36.2921.4326.27-
YUV122.6136.7197.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=51.40%
G=16.36%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207013800.680.370.14332.868.1856.86
HexDC468A04425E14d4439
Octal3341062120104451651510471
Binary110111001000110100010100100010010010111101010011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC468A; }

 p { color: rgb(220,70,138); }

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

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

 a { background-color: rgb(220,70,138); }

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

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

 span { border-color: rgb(220,70,138); }

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