Html Css Color HEX #D1217E Medium Violet Red

📋 copy color: '#D1217E'

red 209 ◦ green 33 ◦ blue 126

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

Shades of Medium Violet Red #D1217E

Tints of Medium Violet Red #D1217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 56.79%
G = 8.97%
B = 34.24%

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

#D1217E (or 0xD1217E) is known color: Medium Violet Red. HEX triplet: D1, 21 and 7E. RGB value is (209,33,126). Sum of RGB (Red+Green+Blue) = 209+33+126=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1217E is #2EDE81. Grayscale: #606060. Windows color (decimal): -3071618 or 8266193. OLE color: 8266193.

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

Color convert

RGB 209 33 126 -
CMYK 0 0.84 0.40 0.18
HSL 328.3º 0.73% 0.47% -
HSV(B) 328.3º 0.84% 0.82% -
XYZ 30.6 16.15 21.24 -
YUV 96.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 209 33 126 0 0.84 0.40 0.18 328.3 0.73 0.47
Hex D1 21 7E 0 54 28 12 148 49 2F
Octal 321 41 176 0 124 50 22 510 111 57
Binary 11010001 100001 1111110 0 1010100 101000 10010 101001000 1001001 101111

Color Harmonies of #D1217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1217E

Black with #D1217E

Text Example


Text Example

White with #D1217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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