Html Css Color HEX #DC226E Cerise

📋 copy color: '#DC226E'

red 220 ◦ green 34 ◦ blue 110

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

Shades of Cerise #DC226E

Tints of Cerise #DC226E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 60.44%
G = 9.34%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC226E (or 0xDC226E) is known color: Cerise. HEX triplet: DC, 22 and 6E. RGB value is (220,34,110). Sum of RGB (Red+Green+Blue) = 220+34+110=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC226E is #23DD91. Grayscale: #626262. Windows color (decimal): -2350482 or 7217884. OLE color: 7217884.

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

Color convert

RGB 220 34 110 -
CMYK 0 0.85 0.50 0.14
HSL 335.48º 0.73% 0.5% -
HSV(B) 335.48º 0.85% 0.86% -
XYZ 32.9 17.49 16.39 -
YUV 98.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 220 34 110 0 0.85 0.50 0.14 335.48 0.73 0.5
Hex DC 22 6E 0 55 32 E 14F 49 32
Octal 334 42 156 0 125 62 16 517 111 62
Binary 11011100 100010 1101110 0 1010101 110010 1110 101001111 1001001 110010

Color Harmonies of #DC226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC226E

Black with #DC226E

Text Example


Text Example

White with #DC226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC226E; }

 p { color: rgb(220,34,110); }

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

background-color css

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

 a { background-color: rgb(220,34,110); }

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

border-color css

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

 span { border-color: rgb(220,34,110); }

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