Html Css Color HEX #D21498 Medium Violet Red

📋 copy color: '#D21498'

red 210 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #D21498

Tints of Medium Violet Red #D21498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 54.97%
G = 5.24%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21498 (or 0xD21498) is known color: Medium Violet Red. HEX triplet: D2, 14 and 98. RGB value is (210,20,152). Sum of RGB (Red+Green+Blue) = 210+20+152=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D21498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21498 is #2DEB67. Grayscale: #5B5B5B. Windows color (decimal): -3009384 or 9966802. OLE color: 9966802.

HSL color Cylindrical-coordinate representation of color #D21498: hue angle of 318.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21498 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 152 -
CMYK 0 0.90 0.28 0.18
HSL 318.32º 0.83% 0.45% -
HSV(B) 318.32º 0.9% 0.82% -
XYZ 32.5 16.47 31.17 -
YUV 91.86 161.95 212.27 -
System Red Green Blue C M Y K H S L
Decimal 210 20 152 0 0.90 0.28 0.18 318.32 0.83 0.45
Hex D2 14 98 0 5A 1C 12 13E 53 2D
Octal 322 24 230 0 132 34 22 476 123 55
Binary 11010010 10100 10011000 0 1011010 11100 10010 100111110 1010011 101101

Color Harmonies of #D21498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21498

Black with #D21498

Text Example


Text Example

White with #D21498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21498; }

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

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

background-color css

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

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

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

border-color css

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

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

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