Html Css Color HEX #D20182 Medium Violet Red

📋 copy color: '#D20182'

red 210 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #D20182

Tints of Medium Violet Red #D20182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 61.58%
G = 0.29%
B = 38.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D20182 (or 0xD20182) is known color: Medium Violet Red. HEX triplet: D2, 01 and 82. RGB value is (210,1,130). Sum of RGB (Red+Green+Blue) = 210+1+130=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D20182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20182 is #2DFE7D. Grayscale: #4D4D4D. Windows color (decimal): -3014270 or 8520146. OLE color: 8520146.

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

Color convert

RGB 210 1 130 -
CMYK 0 1.00 0.38 0.18
HSL 322.97º 0.99% 0.41% -
HSV(B) 322.97º 1% 0.82% -
XYZ 30.62 15.34 22.47 -
YUV 78.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 210 1 130 0 1.00 0.38 0.18 322.97 0.99 0.41
Hex D2 1 82 0 64 26 12 143 63 29
Octal 322 1 202 0 144 46 22 503 143 51
Binary 11010010 1 10000010 0 1100100 100110 10010 101000011 1100011 101001

Color Harmonies of #D20182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20182

Black with #D20182

Text Example


Text Example

White with #D20182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20182; }

 p { color: rgb(210,1,130); }

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

background-color css

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

 a { background-color: rgb(210,1,130); }

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

border-color css

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

 span { border-color: rgb(210,1,130); }

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