Html Css Color HEX #D20775 Medium Violet Red

📋 copy color: '#D20775'

red 210 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #D20775

Tints of Medium Violet Red #D20775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 62.87%
G = 2.1%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20775 (or 0xD20775) is known color: Medium Violet Red. HEX triplet: D2, 07 and 75. RGB value is (210,7,117). Sum of RGB (Red+Green+Blue) = 210+7+117=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20775 is #2DF88A. Grayscale: #505050. Windows color (decimal): -3012747 or 7669714. OLE color: 7669714.

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

Color convert

RGB 210 7 117 -
CMYK 0 0.97 0.44 0.18
HSL 327.49º 0.94% 0.43% -
HSV(B) 327.49º 0.97% 0.82% -
XYZ 29.87 15.14 18.18 -
YUV 80.24 148.75 220.56 -
System Red Green Blue C M Y K H S L
Decimal 210 7 117 0 0.97 0.44 0.18 327.49 0.94 0.43
Hex D2 7 75 0 61 2C 12 147 5E 2B
Octal 322 7 165 0 141 54 22 507 136 53
Binary 11010010 111 1110101 0 1100001 101100 10010 101000111 1011110 101011

Color Harmonies of #D20775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20775

Black with #D20775

Text Example


Text Example

White with #D20775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20775; }

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

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

background-color css

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

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

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

border-color css

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

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

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