Html Css Color HEX #D21A98 Medium Violet Red

📋 copy color: '#D21A98'

red 210 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #D21A98

Tints of Medium Violet Red #D21A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.7%

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 54.12%
G = 6.7%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21A98 (or 0xD21A98) is known color: Medium Violet Red. HEX triplet: D2, 1A and 98. RGB value is (210,26,152). Sum of RGB (Red+Green+Blue) = 210+26+152=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A98 is #2DE567. Grayscale: #5F5F5F. Windows color (decimal): -3007848 or 9968338. OLE color: 9968338.

HSL color Cylindrical-coordinate representation of color #D21A98: hue angle of 318.91º degrees, saturation: 0.78, 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 #D21A98 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 152 -
CMYK 0 0.88 0.28 0.18
HSL 318.91º 0.78% 0.46% -
HSV(B) 318.91º 0.88% 0.82% -
XYZ 32.62 16.71 31.21 -
YUV 95.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 210 26 152 0 0.88 0.28 0.18 318.91 0.78 0.46
Hex D2 1A 98 0 58 1C 12 13F 4E 2E
Octal 322 32 230 0 130 34 22 477 116 56
Binary 11010010 11010 10011000 0 1011000 11100 10010 100111111 1001110 101110

Color Harmonies of #D21A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A98

Black with #D21A98

Text Example


Text Example

White with #D21A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A98; }

 p { color: rgb(210,26,152); }

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

background-color css

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

 a { background-color: rgb(210,26,152); }

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

border-color css

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

 span { border-color: rgb(210,26,152); }

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