Html Css Color HEX #DC2C5A Cerise

📋 copy color: '#DC2C5A'

red 220 ◦ green 44 ◦ blue 90

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

Shades of Cerise #DC2C5A

Tints of Cerise #DC2C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 62.15%
G = 12.43%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC2C5A (or 0xDC2C5A) is known color: Cerise. HEX triplet: DC, 2C and 5A. RGB value is (220,44,90). Sum of RGB (Red+Green+Blue) = 220+44+90=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C5A is #23D3A5. Grayscale: #656565. Windows color (decimal): -2347942 or 5909724. OLE color: 5909724.

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

Color convert

RGB 220 44 90 -
CMYK 0 0.8 0.59 0.14
HSL 344.32º 0.72% 0.52% -
HSV(B) 344.32º 0.8% 0.86% -
XYZ 32.26 17.76 11.4 -
YUV 101.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 220 44 90 0 0.8 0.59 0.14 344.32 0.72 0.52
Hex DC 2C 5A 0 50 3B E 158 48 34
Octal 334 54 132 0 120 73 16 530 110 64
Binary 11011100 101100 1011010 0 1010000 111011 1110 101011000 1001000 110100

Color Harmonies of #DC2C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C5A

Black with #DC2C5A

Text Example


Text Example

White with #DC2C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C5A; }

 p { color: rgb(220,44,90); }

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

background-color css

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

 a { background-color: rgb(220,44,90); }

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

border-color css

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

 span { border-color: rgb(220,44,90); }

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