Html Css Color HEX #D21699 Medium Violet Red

📋 copy color: '#D21699'

red 210 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #D21699

Tints of Medium Violet Red #D21699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 54.55%
G = 5.71%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D21699 (or 0xD21699) is known color: Medium Violet Red. HEX triplet: D2, 16 and 99. RGB value is (210,22,153). Sum of RGB (Red+Green+Blue) = 210+22+153=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D21699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21699 is #2DE966. Grayscale: #5C5C5C. Windows color (decimal): -3008871 or 10032850. OLE color: 10032850.

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

Color convert

RGB 210 22 153 -
CMYK 0 0.90 0.27 0.18
HSL 318.19º 0.81% 0.45% -
HSV(B) 318.19º 0.9% 0.82% -
XYZ 32.62 16.58 31.62 -
YUV 93.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 210 22 153 0 0.90 0.27 0.18 318.19 0.81 0.45
Hex D2 16 99 0 5A 1B 12 13E 51 2D
Octal 322 26 231 0 132 33 22 476 121 55
Binary 11010010 10110 10011001 0 1011010 11011 10010 100111110 1010001 101101

Color Harmonies of #D21699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21699

Black with #D21699

Text Example


Text Example

White with #D21699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21699; }

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

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

background-color css

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

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

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

border-color css

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

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

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