Html Css Color HEX #D2217A Medium Violet Red

📋 copy color: '#D2217A'

red 210 ◦ green 33 ◦ blue 122

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

Shades of Medium Violet Red #D2217A

Tints of Medium Violet Red #D2217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 57.53%
G = 9.04%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2217A (or 0xD2217A) is known color: Medium Violet Red. HEX triplet: D2, 21 and 7A. RGB value is (210,33,122). Sum of RGB (Red+Green+Blue) = 210+33+122=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2217A is #2DDE85. Grayscale: #5F5F5F. Windows color (decimal): -3006086 or 8004050. OLE color: 8004050.

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

Color convert

RGB 210 33 122 -
CMYK 0 0.84 0.42 0.18
HSL 329.83º 0.73% 0.48% -
HSV(B) 329.83º 0.84% 0.82% -
XYZ 30.64 16.19 19.92 -
YUV 96.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 210 33 122 0 0.84 0.42 0.18 329.83 0.73 0.48
Hex D2 21 7A 0 54 2A 12 14A 49 30
Octal 322 41 172 0 124 52 22 512 111 60
Binary 11010010 100001 1111010 0 1010100 101010 10010 101001010 1001001 110000

Color Harmonies of #D2217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2217A

Black with #D2217A

Text Example


Text Example

White with #D2217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2217A; }

 p { color: rgb(210,33,122); }

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

background-color css

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

 a { background-color: rgb(210,33,122); }

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

border-color css

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

 span { border-color: rgb(210,33,122); }

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