Html Css Color HEX #D21686 Medium Violet Red

📋 copy color: '#D21686'

red 210 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #D21686

Tints of Medium Violet Red #D21686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 57.38%
G = 6.01%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D21686 (or 0xD21686) is known color: Medium Violet Red. HEX triplet: D2, 16 and 86. RGB value is (210,22,134). Sum of RGB (Red+Green+Blue) = 210+22+134=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D21686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21686 is #2DE979. Grayscale: #5A5A5A. Windows color (decimal): -3008890 or 8787666. OLE color: 8787666.

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

Color convert

RGB 210 22 134 -
CMYK 0 0.90 0.36 0.18
HSL 324.26º 0.81% 0.45% -
HSV(B) 324.26º 0.9% 0.82% -
XYZ 31.17 16 24 -
YUV 90.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 210 22 134 0 0.90 0.36 0.18 324.26 0.81 0.45
Hex D2 16 86 0 5A 24 12 144 51 2D
Octal 322 26 206 0 132 44 22 504 121 55
Binary 11010010 10110 10000110 0 1011010 100100 10010 101000100 1010001 101101

Color Harmonies of #D21686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21686

Black with #D21686

Text Example


Text Example

White with #D21686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21686; }

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

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

background-color css

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

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

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

border-color css

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

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

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