Html Css Color HEX #D2217D Medium Violet Red

📋 copy color: '#D2217D'

red 210 ◦ green 33 ◦ blue 125

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

Shades of Medium Violet Red #D2217D

Tints of Medium Violet Red #D2217D

RGB

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

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

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

R = 57.07%
G = 8.97%
B = 33.97%

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

#D2217D (or 0xD2217D) is known color: Medium Violet Red. HEX triplet: D2, 21 and 7D. RGB value is (210,33,125). Sum of RGB (Red+Green+Blue) = 210+33+125=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2217D is #2DDE82. Grayscale: #606060. Windows color (decimal): -3006083 or 8200658. OLE color: 8200658.

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

Color convert

RGB 210 33 125 -
CMYK 0 0.84 0.40 0.18
HSL 328.81º 0.73% 0.48% -
HSV(B) 328.81º 0.84% 0.82% -
XYZ 30.82 16.27 20.92 -
YUV 96.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 210 33 125 0 0.84 0.40 0.18 328.81 0.73 0.48
Hex D2 21 7D 0 54 28 12 149 49 30
Octal 322 41 175 0 124 50 22 511 111 60
Binary 11010010 100001 1111101 0 1010100 101000 10010 101001001 1001001 110000

Color Harmonies of #D2217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2217D

Black with #D2217D

Text Example


Text Example

White with #D2217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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