Html Css Color HEX #DC276F Cerise

📋 copy color: '#DC276F'

red 220 ◦ green 39 ◦ blue 111

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

Shades of Cerise #DC276F

Tints of Cerise #DC276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.54%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 59.46%
G = 10.54%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC276F (or 0xDC276F) is known color: Cerise. HEX triplet: DC, 27 and 6F. RGB value is (220,39,111). Sum of RGB (Red+Green+Blue) = 220+39+111=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC276F is #23D890. Grayscale: #656565. Windows color (decimal): -2349201 or 7284700. OLE color: 7284700.

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

Color convert

RGB 220 39 111 -
CMYK 0 0.82 0.50 0.14
HSL 336.13º 0.72% 0.51% -
HSV(B) 336.13º 0.82% 0.86% -
XYZ 33.11 17.81 16.73 -
YUV 101.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 220 39 111 0 0.82 0.50 0.14 336.13 0.72 0.51
Hex DC 27 6F 0 52 32 E 150 48 33
Octal 334 47 157 0 122 62 16 520 110 63
Binary 11011100 100111 1101111 0 1010010 110010 1110 101010000 1001000 110011

Color Harmonies of #DC276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC276F

Black with #DC276F

Text Example


Text Example

White with #DC276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC276F; }

 p { color: rgb(220,39,111); }

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

background-color css

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

 a { background-color: rgb(220,39,111); }

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

border-color css

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

 span { border-color: rgb(220,39,111); }

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