Html Css Color HEX #DC266F Cerise

📋 copy color: '#DC266F'

red 220 ◦ green 38 ◦ blue 111

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

Shades of Cerise #DC266F

Tints of Cerise #DC266F

RGB

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

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

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

R = 59.62%
G = 10.3%
B = 30.08%

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

#DC266F (or 0xDC266F) is known color: Cerise. HEX triplet: DC, 26 and 6F. RGB value is (220,38,111). Sum of RGB (Red+Green+Blue) = 220+38+111=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC266F is #23D990. Grayscale: #646464. Windows color (decimal): -2349457 or 7284444. OLE color: 7284444.

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

Color convert

RGB 220 38 111 -
CMYK 0 0.83 0.50 0.14
HSL 335.93º 0.72% 0.51% -
HSV(B) 335.93º 0.83% 0.86% -
XYZ 33.08 17.75 16.72 -
YUV 100.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 220 38 111 0 0.83 0.50 0.14 335.93 0.72 0.51
Hex DC 26 6F 0 53 32 E 150 48 33
Octal 334 46 157 0 123 62 16 520 110 63
Binary 11011100 100110 1101111 0 1010011 110010 1110 101010000 1001000 110011

Color Harmonies of #DC266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC266F

Black with #DC266F

Text Example


Text Example

White with #DC266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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