Html Css Color HEX #D20E75 Medium Violet Red

📋 copy color: '#D20E75'

red 210 ◦ green 14 ◦ blue 117

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

Shades of Medium Violet Red #D20E75

Tints of Medium Violet Red #D20E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.11%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 61.58%
G = 4.11%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20E75 (or 0xD20E75) is known color: Medium Violet Red. HEX triplet: D2, 0E and 75. RGB value is (210,14,117). Sum of RGB (Red+Green+Blue) = 210+14+117=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E75 is #2DF18A. Grayscale: #545454. Windows color (decimal): -3010955 or 7671506. OLE color: 7671506.

HSL color Cylindrical-coordinate representation of color #D20E75: hue angle of 328.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E75 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 117 -
CMYK 0 0.93 0.44 0.18
HSL 328.47º 0.88% 0.44% -
HSV(B) 328.47º 0.93% 0.82% -
XYZ 29.95 15.3 18.2 -
YUV 84.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 210 14 117 0 0.93 0.44 0.18 328.47 0.88 0.44
Hex D2 E 75 0 5D 2C 12 148 58 2C
Octal 322 16 165 0 135 54 22 510 130 54
Binary 11010010 1110 1110101 0 1011101 101100 10010 101001000 1011000 101100

Color Harmonies of #D20E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E75

Black with #D20E75

Text Example


Text Example

White with #D20E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E75; }

 p { color: rgb(210,14,117); }

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

background-color css

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

 a { background-color: rgb(210,14,117); }

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

border-color css

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

 span { border-color: rgb(210,14,117); }

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