Html Css Color HEX #DC2970 Cerise

📋 copy color: '#DC2970'

red 220 ◦ green 41 ◦ blue 112

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

Shades of Cerise #DC2970

Tints of Cerise #DC2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 58.98%
G = 10.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2970 (or 0xDC2970) is known color: Cerise. HEX triplet: DC, 29 and 70. RGB value is (220,41,112). Sum of RGB (Red+Green+Blue) = 220+41+112=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2970 is #23D68F. Grayscale: #666666. Windows color (decimal): -2348688 or 7350748. OLE color: 7350748.

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

Color convert

RGB 220 41 112 -
CMYK 0 0.81 0.49 0.14
HSL 336.2º 0.72% 0.51% -
HSV(B) 336.2º 0.81% 0.86% -
XYZ 33.23 17.97 17.05 -
YUV 102.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 220 41 112 0 0.81 0.49 0.14 336.2 0.72 0.51
Hex DC 29 70 0 51 31 E 150 48 33
Octal 334 51 160 0 121 61 16 520 110 63
Binary 11011100 101001 1110000 0 1010001 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2970

Black with #DC2970

Text Example


Text Example

White with #DC2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2970; }

 p { color: rgb(220,41,112); }

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

background-color css

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

 a { background-color: rgb(220,41,112); }

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

border-color css

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

 span { border-color: rgb(220,41,112); }

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