Html Css Color HEX #DC266D Cerise

📋 copy color: '#DC266D'

red 220 ◦ green 38 ◦ blue 109

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

Shades of Cerise #DC266D

Tints of Cerise #DC266D

RGB

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

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

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

R = 59.95%
G = 10.35%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC266D (or 0xDC266D) is known color: Cerise. HEX triplet: DC, 26 and 6D. RGB value is (220,38,109). Sum of RGB (Red+Green+Blue) = 220+38+109=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC266D is #23D992. Grayscale: #646464. Windows color (decimal): -2349459 or 7153372. OLE color: 7153372.

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

Color convert

RGB 220 38 109 -
CMYK 0 0.83 0.50 0.14
HSL 336.59º 0.72% 0.51% -
HSV(B) 336.59º 0.83% 0.86% -
XYZ 32.97 17.71 16.15 -
YUV 100.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 220 38 109 0 0.83 0.50 0.14 336.59 0.72 0.51
Hex DC 26 6D 0 53 32 E 151 48 33
Octal 334 46 155 0 123 62 16 521 110 63
Binary 11011100 100110 1101101 0 1010011 110010 1110 101010001 1001000 110011

Color Harmonies of #DC266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC266D

Black with #DC266D

Text Example


Text Example

White with #DC266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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