Html Css Color HEX #D2077A Medium Violet Red

📋 copy color: '#D2077A'

red 210 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #D2077A

Tints of Medium Violet Red #D2077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 61.95%
G = 2.06%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2077A (or 0xD2077A) is known color: Medium Violet Red. HEX triplet: D2, 07 and 7A. RGB value is (210,7,122). Sum of RGB (Red+Green+Blue) = 210+7+122=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2077A is #2DF885. Grayscale: #505050. Windows color (decimal): -3012742 or 7997394. OLE color: 7997394.

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

Color convert

RGB 210 7 122 -
CMYK 0 0.97 0.42 0.18
HSL 326.01º 0.94% 0.43% -
HSV(B) 326.01º 0.97% 0.82% -
XYZ 30.17 15.26 19.77 -
YUV 80.81 151.25 220.15 -
System Red Green Blue C M Y K H S L
Decimal 210 7 122 0 0.97 0.42 0.18 326.01 0.94 0.43
Hex D2 7 7A 0 61 2A 12 146 5E 2B
Octal 322 7 172 0 141 52 22 506 136 53
Binary 11010010 111 1111010 0 1100001 101010 10010 101000110 1011110 101011

Color Harmonies of #D2077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2077A

Black with #D2077A

Text Example


Text Example

White with #D2077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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