Html Css Color HEX #D2078A Medium Violet Red

📋 copy color: '#D2078A'

red 210 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #D2078A

Tints of Medium Violet Red #D2078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 59.15%
G = 1.97%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2078A (or 0xD2078A) is known color: Medium Violet Red. HEX triplet: D2, 07 and 8A. RGB value is (210,7,138). Sum of RGB (Red+Green+Blue) = 210+7+138=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2078A is #2DF875. Grayscale: #525252. Windows color (decimal): -3012726 or 9045970. OLE color: 9045970.

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

Color convert

RGB 210 7 138 -
CMYK 0 0.97 0.34 0.18
HSL 321.28º 0.94% 0.43% -
HSV(B) 321.28º 0.97% 0.82% -
XYZ 31.24 15.69 25.43 -
YUV 82.63 159.25 218.85 -
System Red Green Blue C M Y K H S L
Decimal 210 7 138 0 0.97 0.34 0.18 321.28 0.94 0.43
Hex D2 7 8A 0 61 22 12 141 5E 2B
Octal 322 7 212 0 141 42 22 501 136 53
Binary 11010010 111 10001010 0 1100001 100010 10010 101000001 1011110 101011

Color Harmonies of #D2078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2078A

Black with #D2078A

Text Example


Text Example

White with #D2078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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