Html Css Color HEX #D20492 Medium Violet Red

📋 copy color: '#D20492'

red 210 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #D20492

Tints of Medium Violet Red #D20492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 58.33%
G = 1.11%
B = 40.56%

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

#D20492 (or 0xD20492) is known color: Medium Violet Red. HEX triplet: D2, 04 and 92. RGB value is (210,4,146). Sum of RGB (Red+Green+Blue) = 210+4+146=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20492 is #2DFB6D. Grayscale: #515151. Windows color (decimal): -3013486 or 9569490. OLE color: 9569490.

HSL color Cylindrical-coordinate representation of color #D20492: hue angle of 318.64º degrees, saturation: 0.96, 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 #D20492 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 146 -
CMYK 0 0.98 0.30 0.18
HSL 318.64º 0.96% 0.42% -
HSV(B) 318.64º 0.98% 0.82% -
XYZ 31.81 15.86 28.58 -
YUV 81.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 210 4 146 0 0.98 0.30 0.18 318.64 0.96 0.42
Hex D2 4 92 0 62 1E 12 13F 60 2A
Octal 322 4 222 0 142 36 22 477 140 52
Binary 11010010 100 10010010 0 1100010 11110 10010 100111111 1100000 101010

Color Harmonies of #D20492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20492

Black with #D20492

Text Example


Text Example

White with #D20492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20492; }

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

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

background-color css

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

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

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

border-color css

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

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

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