Html Css Color HEX #D1217F Medium Violet Red

📋 copy color: '#D1217F'

red 209 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #D1217F

Tints of Medium Violet Red #D1217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 56.64%
G = 8.94%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1217F (or 0xD1217F) is known color: Medium Violet Red. HEX triplet: D1, 21 and 7F. RGB value is (209,33,127). Sum of RGB (Red+Green+Blue) = 209+33+127=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1217F is #2EDE80. Grayscale: #606060. Windows color (decimal): -3071617 or 8331729. OLE color: 8331729.

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

Color convert

RGB 209 33 127 -
CMYK 0 0.84 0.39 0.18
HSL 327.95º 0.73% 0.47% -
HSV(B) 327.95º 0.84% 0.82% -
XYZ 30.67 16.18 21.58 -
YUV 96.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 209 33 127 0 0.84 0.39 0.18 327.95 0.73 0.47
Hex D1 21 7F 0 54 27 12 148 49 2F
Octal 321 41 177 0 124 47 22 510 111 57
Binary 11010001 100001 1111111 0 1010100 100111 10010 101001000 1001001 101111

Color Harmonies of #D1217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1217F

Black with #D1217F

Text Example


Text Example

White with #D1217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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