Html Css Color HEX #D21A75 Medium Violet Red

📋 copy color: '#D21A75'

red 210 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #D21A75

Tints of Medium Violet Red #D21A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 59.49%
G = 7.37%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21A75 (or 0xD21A75) is known color: Medium Violet Red. HEX triplet: D2, 1A and 75. RGB value is (210,26,117). Sum of RGB (Red+Green+Blue) = 210+26+117=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A75 is #2DE58A. Grayscale: #5B5B5B. Windows color (decimal): -3007883 or 7674578. OLE color: 7674578.

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

Color convert

RGB 210 26 117 -
CMYK 0 0.88 0.44 0.18
HSL 330.33º 0.78% 0.46% -
HSV(B) 330.33º 0.88% 0.82% -
XYZ 30.16 15.72 18.28 -
YUV 91.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 210 26 117 0 0.88 0.44 0.18 330.33 0.78 0.46
Hex D2 1A 75 0 58 2C 12 14A 4E 2E
Octal 322 32 165 0 130 54 22 512 116 56
Binary 11010010 11010 1110101 0 1011000 101100 10010 101001010 1001110 101110

Color Harmonies of #D21A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A75

Black with #D21A75

Text Example


Text Example

White with #D21A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A75; }

 p { color: rgb(210,26,117); }

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

background-color css

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

 a { background-color: rgb(210,26,117); }

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

border-color css

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

 span { border-color: rgb(210,26,117); }

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