Html Css Color HEX #DC2B70 Cerise

📋 copy color: '#DC2B70'

red 220 ◦ green 43 ◦ blue 112

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

Shades of Cerise #DC2B70

Tints of Cerise #DC2B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

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

R = 58.67%
G = 11.47%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2B70 (or 0xDC2B70) is known color: Cerise. HEX triplet: DC, 2B and 70. RGB value is (220,43,112). Sum of RGB (Red+Green+Blue) = 220+43+112=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B70 is #23D48F. Grayscale: #676767. Windows color (decimal): -2348176 or 7351260. OLE color: 7351260.

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

Color convert

RGB 220 43 112 -
CMYK 0 0.80 0.49 0.14
HSL 336.61º 0.72% 0.52% -
HSV(B) 336.61º 0.8% 0.86% -
XYZ 33.3 18.11 17.07 -
YUV 103.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 220 43 112 0 0.80 0.49 0.14 336.61 0.72 0.52
Hex DC 2B 70 0 50 31 E 151 48 34
Octal 334 53 160 0 120 61 16 521 110 64
Binary 11011100 101011 1110000 0 1010000 110001 1110 101010001 1001000 110100

Color Harmonies of #DC2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B70

Black with #DC2B70

Text Example


Text Example

White with #DC2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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