Html Css Color HEX #DC287E Deep Cerise

📋 copy color: '#DC287E'

red 220 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #DC287E

Tints of Deep Cerise #DC287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 56.99%
G = 10.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC287E (or 0xDC287E) is known color: Deep Cerise. HEX triplet: DC, 28 and 7E. RGB value is (220,40,126). Sum of RGB (Red+Green+Blue) = 220+40+126=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC287E is #23D781. Grayscale: #676767. Windows color (decimal): -2348930 or 8267996. OLE color: 8267996.

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

Color convert

RGB 220 40 126 -
CMYK 0 0.82 0.43 0.14
HSL 331.33º 0.72% 0.51% -
HSV(B) 331.33º 0.82% 0.86% -
XYZ 34.04 18.24 21.47 -
YUV 103.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 220 40 126 0 0.82 0.43 0.14 331.33 0.72 0.51
Hex DC 28 7E 0 52 2B E 14B 48 33
Octal 334 50 176 0 122 53 16 513 110 63
Binary 11011100 101000 1111110 0 1010010 101011 1110 101001011 1001000 110011

Color Harmonies of #DC287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC287E

Black with #DC287E

Text Example


Text Example

White with #DC287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC287E; }

 p { color: rgb(220,40,126); }

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

background-color css

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

 a { background-color: rgb(220,40,126); }

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

border-color css

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

 span { border-color: rgb(220,40,126); }

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