Html Css Color HEX #D20592 Medium Violet Red

📋 copy color: '#D20592'

red 210 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #D20592

Tints of Medium Violet Red #D20592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 58.17%
G = 1.39%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D20592 (or 0xD20592) is known color: Medium Violet Red. HEX triplet: D2, 05 and 92. RGB value is (210,5,146). Sum of RGB (Red+Green+Blue) = 210+5+146=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D20592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20592 is #2DFA6D. Grayscale: #525252. Windows color (decimal): -3013230 or 9569746. OLE color: 9569746.

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

Color convert

RGB 210 5 146 -
CMYK 0 0.98 0.30 0.18
HSL 318.73º 0.95% 0.42% -
HSV(B) 318.73º 0.98% 0.82% -
XYZ 31.82 15.89 28.58 -
YUV 82.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 210 5 146 0 0.98 0.30 0.18 318.73 0.95 0.42
Hex D2 5 92 0 62 1E 12 13F 5F 2A
Octal 322 5 222 0 142 36 22 477 137 52
Binary 11010010 101 10010010 0 1100010 11110 10010 100111111 1011111 101010

Color Harmonies of #D20592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20592

Black with #D20592

Text Example


Text Example

White with #D20592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20592; }

 p { color: rgb(210,5,146); }

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

background-color css

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

 a { background-color: rgb(210,5,146); }

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

border-color css

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

 span { border-color: rgb(210,5,146); }

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