Html Css Color HEX #D20485 Medium Violet Red

📋 copy color: '#D20485'

red 210 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #D20485

Tints of Medium Violet Red #D20485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 60.52%
G = 1.15%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20485 (or 0xD20485) is known color: Medium Violet Red. HEX triplet: D2, 04 and 85. RGB value is (210,4,133). Sum of RGB (Red+Green+Blue) = 210+4+133=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20485 is #2DFB7A. Grayscale: #4F4F4F. Windows color (decimal): -3013499 or 8717522. OLE color: 8717522.

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

Color convert

RGB 210 4 133 -
CMYK 0 0.98 0.37 0.18
HSL 322.43º 0.96% 0.42% -
HSV(B) 322.43º 0.98% 0.82% -
XYZ 30.86 15.48 23.55 -
YUV 80.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 210 4 133 0 0.98 0.37 0.18 322.43 0.96 0.42
Hex D2 4 85 0 62 25 12 142 60 2A
Octal 322 4 205 0 142 45 22 502 140 52
Binary 11010010 100 10000101 0 1100010 100101 10010 101000010 1100000 101010

Color Harmonies of #D20485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20485

Black with #D20485

Text Example


Text Example

White with #D20485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20485; }

 p { color: rgb(210,4,133); }

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

background-color css

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

 a { background-color: rgb(210,4,133); }

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

border-color css

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

 span { border-color: rgb(210,4,133); }

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