Html Css Color HEX #DC4594 Deep Cerise

📋 copy color: '#DC4594'

red 220 ◦ green 69 ◦ blue 148

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

Shades of Deep Cerise #DC4594

Tints of Deep Cerise #DC4594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 50.34%
G = 15.79%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4594 (or 0xDC4594) is known color: Deep Cerise. HEX triplet: DC, 45 and 94. RGB value is (220,69,148). Sum of RGB (Red+Green+Blue) = 220+69+148=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4594 is #23BA6B. Grayscale: #7A7A7A. Windows color (decimal): -2341484 or 9717212. OLE color: 9717212.

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

Color convert

RGB 220 69 148 -
CMYK 0 0.69 0.33 0.14
HSL 328.61º 0.68% 0.57% -
HSV(B) 328.61º 0.69% 0.86% -
XYZ 36.99 21.61 30.24 -
YUV 123.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 220 69 148 0 0.69 0.33 0.14 328.61 0.68 0.57
Hex DC 45 94 0 45 21 E 149 44 39
Octal 334 105 224 0 105 41 16 511 104 71
Binary 11011100 1000101 10010100 0 1000101 100001 1110 101001001 1000100 111001

Color Harmonies of #DC4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4594

Black with #DC4594

Text Example


Text Example

White with #DC4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4594; }

 p { color: rgb(220,69,148); }

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

background-color css

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

 a { background-color: rgb(220,69,148); }

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

border-color css

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

 span { border-color: rgb(220,69,148); }

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