Html Css Color HEX #DC2671 Cerise

📋 copy color: '#DC2671'

red 220 ◦ green 38 ◦ blue 113

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

Shades of Cerise #DC2671

Tints of Cerise #DC2671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 59.3%
G = 10.24%
B = 30.46%

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

#DC2671 (or 0xDC2671) is known color: Cerise. HEX triplet: DC, 26 and 71. RGB value is (220,38,113). Sum of RGB (Red+Green+Blue) = 220+38+113=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2671 is #23D98E. Grayscale: #646464. Windows color (decimal): -2349455 or 7415516. OLE color: 7415516.

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

Color convert

RGB 220 38 113 -
CMYK 0 0.83 0.49 0.14
HSL 335.27º 0.72% 0.51% -
HSV(B) 335.27º 0.83% 0.86% -
XYZ 33.19 17.79 17.31 -
YUV 100.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 220 38 113 0 0.83 0.49 0.14 335.27 0.72 0.51
Hex DC 26 71 0 53 31 E 14F 48 33
Octal 334 46 161 0 123 61 16 517 110 63
Binary 11011100 100110 1110001 0 1010011 110001 1110 101001111 1001000 110011

Color Harmonies of #DC2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2671

Black with #DC2671

Text Example


Text Example

White with #DC2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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