Html Css Color HEX #DC276D Cerise

📋 copy color: '#DC276D'

red 220 ◦ green 39 ◦ blue 109

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

Shades of Cerise #DC276D

Tints of Cerise #DC276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 59.78%
G = 10.6%
B = 29.62%

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

#DC276D (or 0xDC276D) is known color: Cerise. HEX triplet: DC, 27 and 6D. RGB value is (220,39,109). Sum of RGB (Red+Green+Blue) = 220+39+109=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC276D is #23D892. Grayscale: #646464. Windows color (decimal): -2349203 or 7153628. OLE color: 7153628.

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

Color convert

RGB 220 39 109 -
CMYK 0 0.82 0.50 0.14
HSL 336.8º 0.72% 0.51% -
HSV(B) 336.8º 0.82% 0.86% -
XYZ 33 17.77 16.16 -
YUV 101.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 220 39 109 0 0.82 0.50 0.14 336.8 0.72 0.51
Hex DC 27 6D 0 52 32 E 151 48 33
Octal 334 47 155 0 122 62 16 521 110 63
Binary 11011100 100111 1101101 0 1010010 110010 1110 101010001 1001000 110011

Color Harmonies of #DC276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC276D

Black with #DC276D

Text Example


Text Example

White with #DC276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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