Html Css Color HEX #DC0688 Medium Violet Red

📋 copy color: '#DC0688'

red 220 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #DC0688

Tints of Medium Violet Red #DC0688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 60.77%
G = 1.66%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC0688 (or 0xDC0688) is known color: Medium Violet Red. HEX triplet: DC, 06 and 88. RGB value is (220,6,136). Sum of RGB (Red+Green+Blue) = 220+6+136=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0688 is #23F977. Grayscale: #545454. Windows color (decimal): -2357624 or 8914652. OLE color: 8914652.

HSL color Cylindrical-coordinate representation of color #DC0688: hue angle of 323.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0688 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 136 -
CMYK 0 0.97 0.38 0.14
HSL 323.55º 0.95% 0.44% -
HSV(B) 323.55º 0.97% 0.86% -
XYZ 34.02 17.12 24.8 -
YUV 84.81 156.9 224.43 -
System Red Green Blue C M Y K H S L
Decimal 220 6 136 0 0.97 0.38 0.14 323.55 0.95 0.44
Hex DC 6 88 0 61 26 E 144 5F 2C
Octal 334 6 210 0 141 46 16 504 137 54
Binary 11011100 110 10001000 0 1100001 100110 1110 101000100 1011111 101100

Color Harmonies of #DC0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0688

Black with #DC0688

Text Example


Text Example

White with #DC0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0688; }

 p { color: rgb(220,6,136); }

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

background-color css

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

 a { background-color: rgb(220,6,136); }

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

border-color css

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

 span { border-color: rgb(220,6,136); }

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