Html Css Color HEX #D21277 Medium Violet Red

📋 copy color: '#D21277'

red 210 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #D21277

Tints of Medium Violet Red #D21277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 60.52%
G = 5.19%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21277 (or 0xD21277) is known color: Medium Violet Red. HEX triplet: D2, 12 and 77. RGB value is (210,18,119). Sum of RGB (Red+Green+Blue) = 210+18+119=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21277 is #2DED88. Grayscale: #565656. Windows color (decimal): -3009929 or 7803602. OLE color: 7803602.

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

Color convert

RGB 210 18 119 -
CMYK 0 0.91 0.43 0.18
HSL 328.44º 0.84% 0.45% -
HSV(B) 328.44º 0.91% 0.82% -
XYZ 30.12 15.47 18.85 -
YUV 86.92 146.11 215.79 -
System Red Green Blue C M Y K H S L
Decimal 210 18 119 0 0.91 0.43 0.18 328.44 0.84 0.45
Hex D2 12 77 0 5B 2B 12 148 54 2D
Octal 322 22 167 0 133 53 22 510 124 55
Binary 11010010 10010 1110111 0 1011011 101011 10010 101001000 1010100 101101

Color Harmonies of #D21277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21277

Black with #D21277

Text Example


Text Example

White with #D21277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21277; }

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

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

background-color css

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

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

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

border-color css

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

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

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