Html Css Color HEX #DC4286 Deep Cerise

📋 copy color: '#DC4286'

red 220 ◦ green 66 ◦ blue 134

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

Shades of Deep Cerise #DC4286

Tints of Deep Cerise #DC4286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 52.38%
G = 15.71%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4286 (or 0xDC4286) is known color: Deep Cerise. HEX triplet: DC, 42 and 86. RGB value is (220,66,134). Sum of RGB (Red+Green+Blue) = 220+66+134=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4286 is #23BD79. Grayscale: #777777. Windows color (decimal): -2342266 or 8798940. OLE color: 8798940.

HSL color Cylindrical-coordinate representation of color #DC4286: hue angle of 333.51º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4286 is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 134 -
CMYK 0 0.7 0.39 0.14
HSL 333.51º 0.69% 0.56% -
HSV(B) 333.51º 0.7% 0.86% -
XYZ 35.77 20.83 24.69 -
YUV 119.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 220 66 134 0 0.7 0.39 0.14 333.51 0.69 0.56
Hex DC 42 86 0 46 27 E 14E 45 38
Octal 334 102 206 0 106 47 16 516 105 70
Binary 11011100 1000010 10000110 0 1000110 100111 1110 101001110 1000101 111000

Color Harmonies of #DC4286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4286

Black with #DC4286

Text Example


Text Example

White with #DC4286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4286; }

 p { color: rgb(220,66,134); }

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

background-color css

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

 a { background-color: rgb(220,66,134); }

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

border-color css

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

 span { border-color: rgb(220,66,134); }

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