Html Css Color HEX #D1217D Medium Violet Red

📋 copy color: '#D1217D'

red 209 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #D1217D

Tints of Medium Violet Red #D1217D

RGB

 RED value IS 209 (82.03% from 255) = 56.95%

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 56.95%
G = 8.99%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1217D (or 0xD1217D) is known color: Medium Violet Red. HEX triplet: D1, 21 and 7D. RGB value is (209,33,125). Sum of RGB (Red+Green+Blue) = 209+33+125=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1217D is #2EDE82. Grayscale: #5F5F5F. Windows color (decimal): -3071619 or 8200657. OLE color: 8200657.

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

Color convert

RGB 209 33 125 -
CMYK 0 0.84 0.40 0.18
HSL 328.64º 0.73% 0.47% -
HSV(B) 328.64º 0.84% 0.82% -
XYZ 30.54 16.12 20.9 -
YUV 96.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 209 33 125 0 0.84 0.40 0.18 328.64 0.73 0.47
Hex D1 21 7D 0 54 28 12 149 49 2F
Octal 321 41 175 0 124 50 22 511 111 57
Binary 11010001 100001 1111101 0 1010100 101000 10010 101001001 1001001 101111

Color Harmonies of #D1217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1217D

Black with #D1217D

Text Example


Text Example

White with #D1217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1217D; }

 p { color: rgb(209,33,125); }

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

background-color css

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

 a { background-color: rgb(209,33,125); }

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

border-color css

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

 span { border-color: rgb(209,33,125); }

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