Html Css Color HEX #DC488F Deep Cerise

📋 copy color: '#DC488F'

red 220 ◦ green 72 ◦ blue 143

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

Shades of Deep Cerise #DC488F

Tints of Deep Cerise #DC488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 50.57%
G = 16.55%
B = 32.87%

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

#DC488F (or 0xDC488F) is known color: Deep Cerise. HEX triplet: DC, 48 and 8F. RGB value is (220,72,143). Sum of RGB (Red+Green+Blue) = 220+72+143=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC488F is #23B770. Grayscale: #7C7C7C. Windows color (decimal): -2340721 or 9390300. OLE color: 9390300.

HSL color Cylindrical-coordinate representation of color #DC488F: hue angle of 331.22º 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 #DC488F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 143 -
CMYK 0 0.67 0.35 0.14
HSL 331.22º 0.68% 0.57% -
HSV(B) 331.22º 0.67% 0.86% -
XYZ 36.79 21.83 28.26 -
YUV 124.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 220 72 143 0 0.67 0.35 0.14 331.22 0.68 0.57
Hex DC 48 8F 0 43 23 E 14B 44 39
Octal 334 110 217 0 103 43 16 513 104 71
Binary 11011100 1001000 10001111 0 1000011 100011 1110 101001011 1000100 111001

Color Harmonies of #DC488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC488F

Black with #DC488F

Text Example


Text Example

White with #DC488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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