Html Css Color HEX #DC0283 Medium Violet Red

📋 copy color: '#DC0283'

red 220 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #DC0283

Tints of Medium Violet Red #DC0283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 62.32%
G = 0.57%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0283 (or 0xDC0283) is known color: Medium Violet Red. HEX triplet: DC, 02 and 83. RGB value is (220,2,131). Sum of RGB (Red+Green+Blue) = 220+2+131=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0283 is #23FD7C. Grayscale: #515151. Windows color (decimal): -2358653 or 8585948. OLE color: 8585948.

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

Color convert

RGB 220 2 131 -
CMYK 0 0.99 0.40 0.14
HSL 324.5º 0.98% 0.44% -
HSV(B) 324.5º 0.99% 0.86% -
XYZ 33.63 16.9 22.96 -
YUV 81.89 155.72 226.51 -
System Red Green Blue C M Y K H S L
Decimal 220 2 131 0 0.99 0.40 0.14 324.5 0.98 0.44
Hex DC 2 83 0 63 28 E 144 62 2C
Octal 334 2 203 0 143 50 16 504 142 54
Binary 11011100 10 10000011 0 1100011 101000 1110 101000100 1100010 101100

Color Harmonies of #DC0283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0283

Black with #DC0283

Text Example


Text Example

White with #DC0283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0283; }

 p { color: rgb(220,2,131); }

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

background-color css

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

 a { background-color: rgb(220,2,131); }

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

border-color css

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

 span { border-color: rgb(220,2,131); }

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