Html Css Color HEX #D21486 Medium Violet Red

📋 copy color: '#D21486'

red 210 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #D21486

Tints of Medium Violet Red #D21486

RGB

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

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

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

R = 57.69%
G = 5.49%
B = 36.81%

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

#D21486 (or 0xD21486) is known color: Medium Violet Red. HEX triplet: D2, 14 and 86. RGB value is (210,20,134). Sum of RGB (Red+Green+Blue) = 210+20+134=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D21486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21486 is #2DEB79. Grayscale: #595959. Windows color (decimal): -3009402 or 8787154. OLE color: 8787154.

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

Color convert

RGB 210 20 134 -
CMYK 0 0.90 0.36 0.18
HSL 324º 0.83% 0.45% -
HSV(B) 324º 0.9% 0.82% -
XYZ 31.13 15.92 23.99 -
YUV 89.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 210 20 134 0 0.90 0.36 0.18 324 0.83 0.45
Hex D2 14 86 0 5A 24 12 144 53 2D
Octal 322 24 206 0 132 44 22 504 123 55
Binary 11010010 10100 10000110 0 1011010 100100 10010 101000100 1010011 101101

Color Harmonies of #D21486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21486

Black with #D21486

Text Example


Text Example

White with #D21486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21486; }

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

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

background-color css

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

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

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

border-color css

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

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

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