Html Css Color HEX #D21992 Medium Violet Red

📋 copy color: '#D21992'

red 210 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #D21992

Tints of Medium Violet Red #D21992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.56%

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

R = 55.12%
G = 6.56%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21992 (or 0xD21992) is known color: Medium Violet Red. HEX triplet: D2, 19 and 92. RGB value is (210,25,146). Sum of RGB (Red+Green+Blue) = 210+25+146=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21992 is #2DE66D. Grayscale: #5D5D5D. Windows color (decimal): -3008110 or 9574866. OLE color: 9574866.

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

Color convert

RGB 210 25 146 -
CMYK 0 0.88 0.30 0.18
HSL 320.76º 0.79% 0.46% -
HSV(B) 320.76º 0.88% 0.82% -
XYZ 32.11 16.47 28.68 -
YUV 94.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 210 25 146 0 0.88 0.30 0.18 320.76 0.79 0.46
Hex D2 19 92 0 58 1E 12 141 4F 2E
Octal 322 31 222 0 130 36 22 501 117 56
Binary 11010010 11001 10010010 0 1011000 11110 10010 101000001 1001111 101110

Color Harmonies of #D21992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21992

Black with #D21992

Text Example


Text Example

White with #D21992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21992; }

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

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

background-color css

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

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

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

border-color css

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

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

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