Html Css Color HEX #DC40AE Deep Cerise

📋 copy color: '#DC40AE'

red 220 ◦ green 64 ◦ blue 174

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

Shades of Deep Cerise #DC40AE

Tints of Deep Cerise #DC40AE

RGB

 RED value IS 220 (86.33% from 255) = 48.03%

 GREEN value IS 64 (25.39% from 255) = 13.97%

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 48.03%
G = 13.97%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC40AE (or 0xDC40AE) is known color: Deep Cerise. HEX triplet: DC, 40 and AE. RGB value is (220,64,174). Sum of RGB (Red+Green+Blue) = 220+64+174=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40AE is #23BF51. Grayscale: #7A7A7A. Windows color (decimal): -2342738 or 11419868. OLE color: 11419868.

HSL color Cylindrical-coordinate representation of color #DC40AE: hue angle of 317.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40AE is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 174 -
CMYK 0 0.71 0.21 0.14
HSL 317.69º 0.69% 0.56% -
HSV(B) 317.69º 0.71% 0.86% -
XYZ 38.99 21.94 42.22 -
YUV 123.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 220 64 174 0 0.71 0.21 0.14 317.69 0.69 0.56
Hex DC 40 AE 0 47 15 E 13E 45 38
Octal 334 100 256 0 107 25 16 476 105 70
Binary 11011100 1000000 10101110 0 1000111 10101 1110 100111110 1000101 111000

Color Harmonies of #DC40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40AE

Black with #DC40AE

Text Example


Text Example

White with #DC40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40AE; }

 p { color: rgb(220,64,174); }

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

background-color css

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

 a { background-color: rgb(220,64,174); }

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

border-color css

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

 span { border-color: rgb(220,64,174); }

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