Html Css Color HEX #DC4385 Deep Cerise

📋 copy color: '#DC4385'

red 220 ◦ green 67 ◦ blue 133

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

Shades of Deep Cerise #DC4385

Tints of Deep Cerise #DC4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.95%

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 52.38%
G = 15.95%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4385 (or 0xDC4385) is known color: Deep Cerise. HEX triplet: DC, 43 and 85. RGB value is (220,67,133). Sum of RGB (Red+Green+Blue) = 220+67+133=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4385 is #23BC7A. Grayscale: #787878. Windows color (decimal): -2342011 or 8733660. OLE color: 8733660.

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

Color convert

RGB 220 67 133 -
CMYK 0 0.70 0.40 0.14
HSL 334.12º 0.69% 0.56% -
HSV(B) 334.12º 0.7% 0.86% -
XYZ 35.76 20.92 24.34 -
YUV 120.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 220 67 133 0 0.70 0.40 0.14 334.12 0.69 0.56
Hex DC 43 85 0 46 28 E 14E 45 38
Octal 334 103 205 0 106 50 16 516 105 70
Binary 11011100 1000011 10000101 0 1000110 101000 1110 101001110 1000101 111000

Color Harmonies of #DC4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4385

Black with #DC4385

Text Example


Text Example

White with #DC4385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4385; }

 p { color: rgb(220,67,133); }

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

background-color css

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

 a { background-color: rgb(220,67,133); }

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

border-color css

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

 span { border-color: rgb(220,67,133); }

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