Html Css Color HEX #DC2672 Cerise

📋 copy color: '#DC2672'

red 220 ◦ green 38 ◦ blue 114

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

Shades of Cerise #DC2672

Tints of Cerise #DC2672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 59.14%
G = 10.22%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC2672 (or 0xDC2672) is known color: Cerise. HEX triplet: DC, 26 and 72. RGB value is (220,38,114). Sum of RGB (Red+Green+Blue) = 220+38+114=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2672 is #23D98D. Grayscale: #646464. Windows color (decimal): -2349454 or 7481052. OLE color: 7481052.

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

Color convert

RGB 220 38 114 -
CMYK 0 0.83 0.48 0.14
HSL 334.95º 0.72% 0.51% -
HSV(B) 334.95º 0.83% 0.86% -
XYZ 33.25 17.82 17.61 -
YUV 101.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 220 38 114 0 0.83 0.48 0.14 334.95 0.72 0.51
Hex DC 26 72 0 53 30 E 14F 48 33
Octal 334 46 162 0 123 60 16 517 110 63
Binary 11011100 100110 1110010 0 1010011 110000 1110 101001111 1001000 110011

Color Harmonies of #DC2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2672

Black with #DC2672

Text Example


Text Example

White with #DC2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2672; }

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

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

background-color css

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

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

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

border-color css

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

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

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