Html Css Color HEX #DC1896 Medium Violet Red

📋 copy color: '#DC1896'

red 220 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #DC1896

Tints of Medium Violet Red #DC1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 55.84%
G = 6.09%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC1896 (or 0xDC1896) is known color: Medium Violet Red. HEX triplet: DC, 18 and 96. RGB value is (220,24,150). Sum of RGB (Red+Green+Blue) = 220+24+150=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1896 is #23E769. Grayscale: #606060. Windows color (decimal): -2353002 or 9836764. OLE color: 9836764.

HSL color Cylindrical-coordinate representation of color #DC1896: hue angle of 321.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1896 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 150 -
CMYK 0 0.89 0.32 0.14
HSL 321.43º 0.8% 0.48% -
HSV(B) 321.43º 0.89% 0.86% -
XYZ 35.35 18.07 30.48 -
YUV 96.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 220 24 150 0 0.89 0.32 0.14 321.43 0.8 0.48
Hex DC 18 96 0 59 20 E 141 50 30
Octal 334 30 226 0 131 40 16 501 120 60
Binary 11011100 11000 10010110 0 1011001 100000 1110 101000001 1010000 110000

Color Harmonies of #DC1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1896

Black with #DC1896

Text Example


Text Example

White with #DC1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1896; }

 p { color: rgb(220,24,150); }

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

background-color css

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

 a { background-color: rgb(220,24,150); }

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

border-color css

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

 span { border-color: rgb(220,24,150); }

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