Html Css Color HEX #D20691 Medium Violet Red

📋 copy color: '#D20691'

red 210 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #D20691

Tints of Medium Violet Red #D20691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 58.17%
G = 1.66%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D20691 (or 0xD20691) is known color: Medium Violet Red. HEX triplet: D2, 06 and 91. RGB value is (210,6,145). Sum of RGB (Red+Green+Blue) = 210+6+145=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D20691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20691 is #2DF96E. Grayscale: #525252. Windows color (decimal): -3012975 or 9504466. OLE color: 9504466.

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

Color convert

RGB 210 6 145 -
CMYK 0 0.97 0.31 0.18
HSL 319.12º 0.94% 0.42% -
HSV(B) 319.12º 0.97% 0.82% -
XYZ 31.75 15.88 28.18 -
YUV 82.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 210 6 145 0 0.97 0.31 0.18 319.12 0.94 0.42
Hex D2 6 91 0 61 1F 12 13F 5E 2A
Octal 322 6 221 0 141 37 22 477 136 52
Binary 11010010 110 10010001 0 1100001 11111 10010 100111111 1011110 101010

Color Harmonies of #D20691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20691

Black with #D20691

Text Example


Text Example

White with #D20691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20691; }

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

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

background-color css

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

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

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

border-color css

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

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

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