Html Css Color HEX #DC4284 Deep Cerise

📋 copy color: '#DC4284'

red 220 ◦ green 66 ◦ blue 132

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

Shades of Deep Cerise #DC4284

Tints of Deep Cerise #DC4284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 52.63%
G = 15.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4284 (or 0xDC4284) is known color: Deep Cerise. HEX triplet: DC, 42 and 84. RGB value is (220,66,132). Sum of RGB (Red+Green+Blue) = 220+66+132=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4284 is #23BD7B. Grayscale: #777777. Windows color (decimal): -2342268 or 8667868. OLE color: 8667868.

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

Color convert

RGB 220 66 132 -
CMYK 0 0.7 0.40 0.14
HSL 334.29º 0.69% 0.56% -
HSV(B) 334.29º 0.7% 0.86% -
XYZ 35.63 20.78 23.96 -
YUV 119.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 220 66 132 0 0.7 0.40 0.14 334.29 0.69 0.56
Hex DC 42 84 0 46 28 E 14E 45 38
Octal 334 102 204 0 106 50 16 516 105 70
Binary 11011100 1000010 10000100 0 1000110 101000 1110 101001110 1000101 111000

Color Harmonies of #DC4284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4284

Black with #DC4284

Text Example


Text Example

White with #DC4284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4284; }

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

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

background-color css

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

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

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

border-color css

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

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

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