Html Css Color HEX #DC25A0 Deep Cerise

📋 copy color: '#DC25A0'

red 220 ◦ green 37 ◦ blue 160

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

Shades of Deep Cerise #DC25A0

Tints of Deep Cerise #DC25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.87%

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 52.76%
G = 8.87%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC25A0 (or 0xDC25A0) is known color: Deep Cerise. HEX triplet: DC, 25 and A0. RGB value is (220,37,160). Sum of RGB (Red+Green+Blue) = 220+37+160=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25A0 is #23DA5F. Grayscale: #696969. Windows color (decimal): -2349664 or 10495452. OLE color: 10495452.

HSL color Cylindrical-coordinate representation of color #DC25A0: hue angle of 319.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 160 -
CMYK 0 0.83 0.27 0.14
HSL 319.67º 0.72% 0.5% -
HSV(B) 319.67º 0.83% 0.86% -
XYZ 36.52 19.08 35.01 -
YUV 105.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 220 37 160 0 0.83 0.27 0.14 319.67 0.72 0.5
Hex DC 25 A0 0 53 1B E 140 48 32
Octal 334 45 240 0 123 33 16 500 110 62
Binary 11011100 100101 10100000 0 1010011 11011 1110 101000000 1001000 110010

Color Harmonies of #DC25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25A0

Black with #DC25A0

Text Example


Text Example

White with #DC25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25A0; }

 p { color: rgb(220,37,160); }

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

background-color css

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

 a { background-color: rgb(220,37,160); }

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

border-color css

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

 span { border-color: rgb(220,37,160); }

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