Html Css Color HEX #DC488B Deep Cerise

📋 copy color: '#DC488B'

red 220 ◦ green 72 ◦ blue 139

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

Shades of Deep Cerise #DC488B

Tints of Deep Cerise #DC488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 51.04%
G = 16.71%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC488B (or 0xDC488B) is known color: Deep Cerise. HEX triplet: DC, 48 and 8B. RGB value is (220,72,139). Sum of RGB (Red+Green+Blue) = 220+72+139=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC488B is #23B774. Grayscale: #7B7B7B. Windows color (decimal): -2340725 or 9128156. OLE color: 9128156.

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

Color convert

RGB 220 72 139 -
CMYK 0 0.67 0.37 0.14
HSL 332.84º 0.68% 0.57% -
HSV(B) 332.84º 0.67% 0.86% -
XYZ 36.49 21.71 26.69 -
YUV 123.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 220 72 139 0 0.67 0.37 0.14 332.84 0.68 0.57
Hex DC 48 8B 0 43 25 E 14D 44 39
Octal 334 110 213 0 103 45 16 515 104 71
Binary 11011100 1001000 10001011 0 1000011 100101 1110 101001101 1000100 111001

Color Harmonies of #DC488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC488B

Black with #DC488B

Text Example


Text Example

White with #DC488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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