Html Css Color HEX #D21398 Medium Violet Red

📋 copy color: '#D21398'

red 210 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #D21398

Tints of Medium Violet Red #D21398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 55.12%
G = 4.99%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D21398 (or 0xD21398) is known color: Medium Violet Red. HEX triplet: D2, 13 and 98. RGB value is (210,19,152). Sum of RGB (Red+Green+Blue) = 210+19+152=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21398 is #2DEC67. Grayscale: #5A5A5A. Windows color (decimal): -3009640 or 9966546. OLE color: 9966546.

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

Color convert

RGB 210 19 152 -
CMYK 0 0.91 0.28 0.18
HSL 318.22º 0.83% 0.45% -
HSV(B) 318.22º 0.91% 0.82% -
XYZ 32.48 16.43 31.17 -
YUV 91.27 162.28 212.69 -
System Red Green Blue C M Y K H S L
Decimal 210 19 152 0 0.91 0.28 0.18 318.22 0.83 0.45
Hex D2 13 98 0 5B 1C 12 13E 53 2D
Octal 322 23 230 0 133 34 22 476 123 55
Binary 11010010 10011 10011000 0 1011011 11100 10010 100111110 1010011 101101

Color Harmonies of #D21398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21398

Black with #D21398

Text Example


Text Example

White with #D21398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21398; }

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

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

background-color css

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

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

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

border-color css

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

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

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