Html Css Color HEX #D20292 Medium Violet Red

📋 copy color: '#D20292'

red 210 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #D20292

Tints of Medium Violet Red #D20292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 58.66%
G = 0.56%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D20292 (or 0xD20292) is known color: Medium Violet Red. HEX triplet: D2, 02 and 92. RGB value is (210,2,146). Sum of RGB (Red+Green+Blue) = 210+2+146=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D20292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20292 is #2DFD6D. Grayscale: #505050. Windows color (decimal): -3013998 or 9568978. OLE color: 9568978.

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

Color convert

RGB 210 2 146 -
CMYK 0 0.99 0.30 0.18
HSL 318.46º 0.98% 0.42% -
HSV(B) 318.46º 0.99% 0.82% -
XYZ 31.79 15.82 28.57 -
YUV 80.61 164.91 220.29 -
System Red Green Blue C M Y K H S L
Decimal 210 2 146 0 0.99 0.30 0.18 318.46 0.98 0.42
Hex D2 2 92 0 63 1E 12 13E 62 2A
Octal 322 2 222 0 143 36 22 476 142 52
Binary 11010010 10 10010010 0 1100011 11110 10010 100111110 1100010 101010

Color Harmonies of #D20292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20292

Black with #D20292

Text Example


Text Example

White with #D20292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20292; }

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

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

background-color css

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

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

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

border-color css

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

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

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