Html Css Color HEX #D20672 Medium Violet Red

📋 copy color: '#D20672'

red 210 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #D20672

Tints of Medium Violet Red #D20672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 63.64%
G = 1.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D20672 (or 0xD20672) is known color: Medium Violet Red. HEX triplet: D2, 06 and 72. RGB value is (210,6,114). Sum of RGB (Red+Green+Blue) = 210+6+114=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20672 is #2DF98D. Grayscale: #4F4F4F. Windows color (decimal): -3013006 or 7472850. OLE color: 7472850.

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

Color convert

RGB 210 6 114 -
CMYK 0 0.97 0.46 0.18
HSL 328.24º 0.94% 0.42% -
HSV(B) 328.24º 0.97% 0.82% -
XYZ 29.68 15.05 17.26 -
YUV 79.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 210 6 114 0 0.97 0.46 0.18 328.24 0.94 0.42
Hex D2 6 72 0 61 2E 12 148 5E 2A
Octal 322 6 162 0 141 56 22 510 136 52
Binary 11010010 110 1110010 0 1100001 101110 10010 101001000 1011110 101010

Color Harmonies of #D20672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20672

Black with #D20672

Text Example


Text Example

White with #D20672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20672; }

 p { color: rgb(210,6,114); }

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

background-color css

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

 a { background-color: rgb(210,6,114); }

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

border-color css

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

 span { border-color: rgb(210,6,114); }

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