Html Css Color HEX #D21399 Medium Violet Red

📋 copy color: '#D21399'

red 210 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #D21399

Tints of Medium Violet Red #D21399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 54.97%
G = 4.97%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D21399 (or 0xD21399) is known color: Medium Violet Red. HEX triplet: D2, 13 and 99. RGB value is (210,19,153). Sum of RGB (Red+Green+Blue) = 210+19+153=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D21399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21399 is #2DEC66. Grayscale: #5B5B5B. Windows color (decimal): -3009639 or 10032082. OLE color: 10032082.

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

Color convert

RGB 210 19 153 -
CMYK 0 0.91 0.27 0.18
HSL 317.91º 0.83% 0.45% -
HSV(B) 317.91º 0.91% 0.82% -
XYZ 32.56 16.47 31.6 -
YUV 91.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 210 19 153 0 0.91 0.27 0.18 317.91 0.83 0.45
Hex D2 13 99 0 5B 1B 12 13E 53 2D
Octal 322 23 231 0 133 33 22 476 123 55
Binary 11010010 10011 10011001 0 1011011 11011 10010 100111110 1010011 101101

Color Harmonies of #D21399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21399

Black with #D21399

Text Example


Text Example

White with #D21399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21399; }

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

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

background-color css

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

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

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

border-color css

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

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

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