Html Css Color HEX #DC4094 Deep Cerise

📋 copy color: '#DC4094'

red 220 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #DC4094

Tints of Deep Cerise #DC4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 50.93%
G = 14.81%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4094 (or 0xDC4094) is known color: Deep Cerise. HEX triplet: DC, 40 and 94. RGB value is (220,64,148). Sum of RGB (Red+Green+Blue) = 220+64+148=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4094 is #23BF6B. Grayscale: #787878. Windows color (decimal): -2342764 or 9715932. OLE color: 9715932.

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

Color convert

RGB 220 64 148 -
CMYK 0 0.71 0.33 0.14
HSL 327.69º 0.69% 0.56% -
HSV(B) 327.69º 0.71% 0.86% -
XYZ 36.69 21.02 30.14 -
YUV 120.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 220 64 148 0 0.71 0.33 0.14 327.69 0.69 0.56
Hex DC 40 94 0 47 21 E 148 45 38
Octal 334 100 224 0 107 41 16 510 105 70
Binary 11011100 1000000 10010100 0 1000111 100001 1110 101001000 1000101 111000

Color Harmonies of #DC4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4094

Black with #DC4094

Text Example


Text Example

White with #DC4094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4094; }

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

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

background-color css

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

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

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

border-color css

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

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

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