Html Css Color HEX #DC4694 Deep Cerise

📋 copy color: '#DC4694'

red 220 ◦ green 70 ◦ blue 148

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

Shades of Deep Cerise #DC4694

Tints of Deep Cerise #DC4694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

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

R = 50.23%
G = 15.98%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4694 (or 0xDC4694) is known color: Deep Cerise. HEX triplet: DC, 46 and 94. RGB value is (220,70,148). Sum of RGB (Red+Green+Blue) = 220+70+148=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4694 is #23B96B. Grayscale: #7B7B7B. Windows color (decimal): -2341228 or 9717468. OLE color: 9717468.

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

Color convert

RGB 220 70 148 -
CMYK 0 0.68 0.33 0.14
HSL 328.8º 0.68% 0.57% -
HSV(B) 328.8º 0.68% 0.86% -
XYZ 37.05 21.73 30.26 -
YUV 123.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 220 70 148 0 0.68 0.33 0.14 328.8 0.68 0.57
Hex DC 46 94 0 44 21 E 149 44 39
Octal 334 106 224 0 104 41 16 511 104 71
Binary 11011100 1000110 10010100 0 1000100 100001 1110 101001001 1000100 111001

Color Harmonies of #DC4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4694

Black with #DC4694

Text Example


Text Example

White with #DC4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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