Html Css Color HEX #DC2670 Cerise

📋 copy color: '#DC2670'

red 220 ◦ green 38 ◦ blue 112

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

Shades of Cerise #DC2670

Tints of Cerise #DC2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 59.46%
G = 10.27%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC2670 (or 0xDC2670) is known color: Cerise. HEX triplet: DC, 26 and 70. RGB value is (220,38,112). Sum of RGB (Red+Green+Blue) = 220+38+112=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2670 is #23D98F. Grayscale: #646464. Windows color (decimal): -2349456 or 7349980. OLE color: 7349980.

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

Color convert

RGB 220 38 112 -
CMYK 0 0.83 0.49 0.14
HSL 335.6º 0.72% 0.51% -
HSV(B) 335.6º 0.83% 0.86% -
XYZ 33.13 17.77 17.01 -
YUV 100.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 220 38 112 0 0.83 0.49 0.14 335.6 0.72 0.51
Hex DC 26 70 0 53 31 E 150 48 33
Octal 334 46 160 0 123 61 16 520 110 63
Binary 11011100 100110 1110000 0 1010011 110001 1110 101010000 1001000 110011

Color Harmonies of #DC2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2670

Black with #DC2670

Text Example


Text Example

White with #DC2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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