Html Css Color HEX #D2217F Medium Violet Red

📋 copy color: '#D2217F'

red 210 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #D2217F

Tints of Medium Violet Red #D2217F

RGB

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

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

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

R = 56.76%
G = 8.92%
B = 34.32%

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

#D2217F (or 0xD2217F) is known color: Medium Violet Red. HEX triplet: D2, 21 and 7F. RGB value is (210,33,127). Sum of RGB (Red+Green+Blue) = 210+33+127=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2217F is #2DDE80. Grayscale: #606060. Windows color (decimal): -3006081 or 8331730. OLE color: 8331730.

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

Color convert

RGB 210 33 127 -
CMYK 0 0.84 0.40 0.18
HSL 328.14º 0.73% 0.48% -
HSV(B) 328.14º 0.84% 0.82% -
XYZ 30.95 16.32 21.6 -
YUV 96.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 210 33 127 0 0.84 0.40 0.18 328.14 0.73 0.48
Hex D2 21 7F 0 54 28 12 148 49 30
Octal 322 41 177 0 124 50 22 510 111 60
Binary 11010010 100001 1111111 0 1010100 101000 10010 101001000 1001001 110000

Color Harmonies of #D2217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2217F

Black with #D2217F

Text Example


Text Example

White with #D2217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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