Html Css Color HEX #D20378 Medium Violet Red

📋 copy color: '#D20378'

red 210 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #D20378

Tints of Medium Violet Red #D20378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 63.06%
G = 0.9%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D20378 (or 0xD20378) is known color: Medium Violet Red. HEX triplet: D2, 03 and 78. RGB value is (210,3,120). Sum of RGB (Red+Green+Blue) = 210+3+120=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20378 is #2DFC87. Grayscale: #4D4D4D. Windows color (decimal): -3013768 or 7865298. OLE color: 7865298.

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

Color convert

RGB 210 3 120 -
CMYK 0 0.99 0.43 0.18
HSL 326.09º 0.97% 0.42% -
HSV(B) 326.09º 0.99% 0.82% -
XYZ 30 15.12 19.11 -
YUV 78.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 210 3 120 0 0.99 0.43 0.18 326.09 0.97 0.42
Hex D2 3 78 0 63 2B 12 146 61 2A
Octal 322 3 170 0 143 53 22 506 141 52
Binary 11010010 11 1111000 0 1100011 101011 10010 101000110 1100001 101010

Color Harmonies of #D20378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20378

Black with #D20378

Text Example


Text Example

White with #D20378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20378; }

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

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

background-color css

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

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

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

border-color css

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

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

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