Html Css Color HEX #DC488E Deep Cerise

📋 copy color: '#DC488E'

red 220 ◦ green 72 ◦ blue 142

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

Shades of Deep Cerise #DC488E

Tints of Deep Cerise #DC488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 50.69%
G = 16.59%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC488E (or 0xDC488E) is known color: Deep Cerise. HEX triplet: DC, 48 and 8E. RGB value is (220,72,142). Sum of RGB (Red+Green+Blue) = 220+72+142=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC488E is #23B771. Grayscale: #7C7C7C. Windows color (decimal): -2340722 or 9324764. OLE color: 9324764.

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

Color convert

RGB 220 72 142 -
CMYK 0 0.67 0.35 0.14
HSL 331.62º 0.68% 0.57% -
HSV(B) 331.62º 0.67% 0.86% -
XYZ 36.72 21.8 27.86 -
YUV 124.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 220 72 142 0 0.67 0.35 0.14 331.62 0.68 0.57
Hex DC 48 8E 0 43 23 E 14C 44 39
Octal 334 110 216 0 103 43 16 514 104 71
Binary 11011100 1001000 10001110 0 1000011 100011 1110 101001100 1000100 111001

Color Harmonies of #DC488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC488E

Black with #DC488E

Text Example


Text Example

White with #DC488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC488E; }

 p { color: rgb(220,72,142); }

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

background-color css

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

 a { background-color: rgb(220,72,142); }

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

border-color css

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

 span { border-color: rgb(220,72,142); }

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