Html Css Color HEX #D20283 Medium Violet Red

📋 copy color: '#D20283'

red 210 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #D20283

Tints of Medium Violet Red #D20283

RGB

 RED value IS 210 (82.42% from 255) = 61.22%

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

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

R = 61.22%
G = 0.58%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D20283 (or 0xD20283) is known color: Medium Violet Red. HEX triplet: D2, 02 and 83. RGB value is (210,2,131). Sum of RGB (Red+Green+Blue) = 210+2+131=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D20283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20283 is #2DFD7C. Grayscale: #4E4E4E. Windows color (decimal): -3014013 or 8585938. OLE color: 8585938.

HSL color Cylindrical-coordinate representation of color #D20283: hue angle of 322.79º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20283 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 131 -
CMYK 0 0.99 0.38 0.18
HSL 322.79º 0.98% 0.42% -
HSV(B) 322.79º 0.99% 0.82% -
XYZ 30.7 15.38 22.82 -
YUV 78.9 157.41 221.51 -
System Red Green Blue C M Y K H S L
Decimal 210 2 131 0 0.99 0.38 0.18 322.79 0.98 0.42
Hex D2 2 83 0 63 26 12 143 62 2A
Octal 322 2 203 0 143 46 22 503 142 52
Binary 11010010 10 10000011 0 1100011 100110 10010 101000011 1100010 101010

Color Harmonies of #D20283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20283

Black with #D20283

Text Example


Text Example

White with #D20283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20283; }

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

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

background-color css

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

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

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

border-color css

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

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

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