Html Css Color HEX #D01F7E Medium Violet Red

📋 copy color: '#D01F7E'

red 208 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #D01F7E

Tints of Medium Violet Red #D01F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

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

R = 56.99%
G = 8.49%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D01F7E (or 0xD01F7E) is known color: Medium Violet Red. HEX triplet: D0, 1F and 7E. RGB value is (208,31,126). Sum of RGB (Red+Green+Blue) = 208+31+126=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F7E is #2FE081. Grayscale: #5E5E5E. Windows color (decimal): -3137666 or 8265680. OLE color: 8265680.

HSL color Cylindrical-coordinate representation of color #D01F7E: hue angle of 327.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F7E is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 126 -
CMYK 0 0.85 0.39 0.18
HSL 327.8º 0.74% 0.47% -
HSV(B) 327.8º 0.85% 0.82% -
XYZ 30.27 15.9 21.21 -
YUV 94.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 208 31 126 0 0.85 0.39 0.18 327.8 0.74 0.47
Hex D0 1F 7E 0 55 27 12 148 4A 2F
Octal 320 37 176 0 125 47 22 510 112 57
Binary 11010000 11111 1111110 0 1010101 100111 10010 101001000 1001010 101111

Color Harmonies of #D01F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F7E

Black with #D01F7E

Text Example


Text Example

White with #D01F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F7E; }

 p { color: rgb(208,31,126); }

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

background-color css

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

 a { background-color: rgb(208,31,126); }

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

border-color css

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

 span { border-color: rgb(208,31,126); }

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