Html Css Color HEX #D21785 Medium Violet Red

📋 copy color: '#D21785'

red 210 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #D21785

Tints of Medium Violet Red #D21785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 57.38%
G = 6.28%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21785 (or 0xD21785) is known color: Medium Violet Red. HEX triplet: D2, 17 and 85. RGB value is (210,23,133). Sum of RGB (Red+Green+Blue) = 210+23+133=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D21785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21785 is #2DE87A. Grayscale: #5B5B5B. Windows color (decimal): -3008635 or 8722386. OLE color: 8722386.

HSL color Cylindrical-coordinate representation of color #D21785: hue angle of 324.71º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21785 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 133 -
CMYK 0 0.89 0.37 0.18
HSL 324.71º 0.8% 0.46% -
HSV(B) 324.71º 0.89% 0.82% -
XYZ 31.12 16.01 23.64 -
YUV 91.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 210 23 133 0 0.89 0.37 0.18 324.71 0.8 0.46
Hex D2 17 85 0 59 25 12 145 50 2E
Octal 322 27 205 0 131 45 22 505 120 56
Binary 11010010 10111 10000101 0 1011001 100101 10010 101000101 1010000 101110

Color Harmonies of #D21785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21785

Black with #D21785

Text Example


Text Example

White with #D21785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21785; }

 p { color: rgb(210,23,133); }

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

background-color css

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

 a { background-color: rgb(210,23,133); }

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

border-color css

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

 span { border-color: rgb(210,23,133); }

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