Html Css Color HEX #DC256E Cerise

📋 copy color: '#DC256E'

red 220 ◦ green 37 ◦ blue 110

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

Shades of Cerise #DC256E

Tints of Cerise #DC256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.08%

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

R = 59.95%
G = 10.08%
B = 29.97%

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

#DC256E (or 0xDC256E) is known color: Cerise. HEX triplet: DC, 25 and 6E. RGB value is (220,37,110). Sum of RGB (Red+Green+Blue) = 220+37+110=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC256E is #23DA91. Grayscale: #636363. Windows color (decimal): -2349714 or 7218652. OLE color: 7218652.

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

Color convert

RGB 220 37 110 -
CMYK 0 0.83 0.50 0.14
HSL 336.07º 0.72% 0.5% -
HSV(B) 336.07º 0.83% 0.86% -
XYZ 32.99 17.66 16.42 -
YUV 100.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 220 37 110 0 0.83 0.50 0.14 336.07 0.72 0.5
Hex DC 25 6E 0 53 32 E 150 48 32
Octal 334 45 156 0 123 62 16 520 110 62
Binary 11011100 100101 1101110 0 1010011 110010 1110 101010000 1001000 110010

Color Harmonies of #DC256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC256E

Black with #DC256E

Text Example


Text Example

White with #DC256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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