Html Css Color HEX #D20376 Medium Violet Red

📋 copy color: '#D20376'

red 210 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #D20376

Tints of Medium Violet Red #D20376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 63.44%
G = 0.91%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20376 (or 0xD20376) is known color: Medium Violet Red. HEX triplet: D2, 03 and 76. RGB value is (210,3,118). Sum of RGB (Red+Green+Blue) = 210+3+118=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20376 is #2DFC89. Grayscale: #4D4D4D. Windows color (decimal): -3013770 or 7734226. OLE color: 7734226.

HSL color Cylindrical-coordinate representation of color #D20376: hue angle of 326.67º degrees, saturation: 0.97, 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 #D20376 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 118 -
CMYK 0 0.99 0.44 0.18
HSL 326.67º 0.97% 0.42% -
HSV(B) 326.67º 0.99% 0.82% -
XYZ 29.88 15.07 18.47 -
YUV 78 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 210 3 118 0 0.99 0.44 0.18 326.67 0.97 0.42
Hex D2 3 76 0 63 2C 12 147 61 2A
Octal 322 3 166 0 143 54 22 507 141 52
Binary 11010010 11 1110110 0 1100011 101100 10010 101000111 1100001 101010

Color Harmonies of #D20376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20376

Black with #D20376

Text Example


Text Example

White with #D20376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20376; }

 p { color: rgb(210,3,118); }

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

background-color css

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

 a { background-color: rgb(210,3,118); }

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

border-color css

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

 span { border-color: rgb(210,3,118); }

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