Html Css Color HEX #D0217F Medium Violet Red

📋 copy color: '#D0217F'

red 208 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #D0217F

Tints of Medium Violet Red #D0217F

RGB

 RED value IS 208 (81.64% from 255) = 56.52%

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

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

R = 56.52%
G = 8.97%
B = 34.51%

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

#D0217F (or 0xD0217F) is known color: Medium Violet Red. HEX triplet: D0, 21 and 7F. RGB value is (208,33,127). Sum of RGB (Red+Green+Blue) = 208+33+127=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0217F is #2FDE80. Grayscale: #5F5F5F. Windows color (decimal): -3137153 or 8331728. OLE color: 8331728.

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

Color convert

RGB 208 33 127 -
CMYK 0 0.84 0.39 0.18
HSL 327.77º 0.73% 0.47% -
HSV(B) 327.77º 0.84% 0.82% -
XYZ 30.39 16.03 21.57 -
YUV 96.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 208 33 127 0 0.84 0.39 0.18 327.77 0.73 0.47
Hex D0 21 7F 0 54 27 12 148 49 2F
Octal 320 41 177 0 124 47 22 510 111 57
Binary 11010000 100001 1111111 0 1010100 100111 10010 101001000 1001001 101111

Color Harmonies of #D0217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0217F

Black with #D0217F

Text Example


Text Example

White with #D0217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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