Html Css Color HEX #D20294 Medium Violet Red

📋 copy color: '#D20294'

red 210 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #D20294

Tints of Medium Violet Red #D20294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 58.33%
G = 0.56%
B = 41.11%

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

#D20294 (or 0xD20294) is known color: Medium Violet Red. HEX triplet: D2, 02 and 94. RGB value is (210,2,148). Sum of RGB (Red+Green+Blue) = 210+2+148=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20294 is #2DFD6B. Grayscale: #505050. Windows color (decimal): -3013996 or 9700050. OLE color: 9700050.

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

Color convert

RGB 210 2 148 -
CMYK 0 0.99 0.30 0.18
HSL 317.88º 0.98% 0.42% -
HSV(B) 317.88º 0.99% 0.82% -
XYZ 31.95 15.88 29.4 -
YUV 80.84 165.91 220.13 -
System Red Green Blue C M Y K H S L
Decimal 210 2 148 0 0.99 0.30 0.18 317.88 0.98 0.42
Hex D2 2 94 0 63 1E 12 13E 62 2A
Octal 322 2 224 0 143 36 22 476 142 52
Binary 11010010 10 10010100 0 1100011 11110 10010 100111110 1100010 101010

Color Harmonies of #D20294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20294

Black with #D20294

Text Example


Text Example

White with #D20294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20294; }

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

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

background-color css

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

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

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

border-color css

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

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

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