Html Css Color HEX #D2077D Medium Violet Red

📋 copy color: '#D2077D'

red 210 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #D2077D

Tints of Medium Violet Red #D2077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 61.4%
G = 2.05%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2077D (or 0xD2077D) is known color: Medium Violet Red. HEX triplet: D2, 07 and 7D. RGB value is (210,7,125). Sum of RGB (Red+Green+Blue) = 210+7+125=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2077D is #2DF882. Grayscale: #505050. Windows color (decimal): -3012739 or 8194002. OLE color: 8194002.

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

Color convert

RGB 210 7 125 -
CMYK 0 0.97 0.40 0.18
HSL 325.12º 0.94% 0.43% -
HSV(B) 325.12º 0.97% 0.82% -
XYZ 30.36 15.33 20.76 -
YUV 81.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 210 7 125 0 0.97 0.40 0.18 325.12 0.94 0.43
Hex D2 7 7D 0 61 28 12 145 5E 2B
Octal 322 7 175 0 141 50 22 505 136 53
Binary 11010010 111 1111101 0 1100001 101000 10010 101000101 1011110 101011

Color Harmonies of #D2077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2077D

Black with #D2077D

Text Example


Text Example

White with #D2077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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