Html Css Color HEX #D21279 Medium Violet Red

📋 copy color: '#D21279'

red 210 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #D21279

Tints of Medium Violet Red #D21279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.16%

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 60.17%
G = 5.16%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21279 (or 0xD21279) is known color: Medium Violet Red. HEX triplet: D2, 12 and 79. RGB value is (210,18,121). Sum of RGB (Red+Green+Blue) = 210+18+121=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21279 is #2DED86. Grayscale: #565656. Windows color (decimal): -3009927 or 7934674. OLE color: 7934674.

HSL color Cylindrical-coordinate representation of color #D21279: hue angle of 327.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21279 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 121 -
CMYK 0 0.91 0.42 0.18
HSL 327.81º 0.84% 0.45% -
HSV(B) 327.81º 0.91% 0.82% -
XYZ 30.25 15.51 19.49 -
YUV 87.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 210 18 121 0 0.91 0.42 0.18 327.81 0.84 0.45
Hex D2 12 79 0 5B 2A 12 148 54 2D
Octal 322 22 171 0 133 52 22 510 124 55
Binary 11010010 10010 1111001 0 1011011 101010 10010 101001000 1010100 101101

Color Harmonies of #D21279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21279

Black with #D21279

Text Example


Text Example

White with #D21279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21279; }

 p { color: rgb(210,18,121); }

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

background-color css

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

 a { background-color: rgb(210,18,121); }

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

border-color css

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

 span { border-color: rgb(210,18,121); }

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