Html Css Color HEX #D01F7A Medium Violet Red

📋 copy color: '#D01F7A'

red 208 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #D01F7A

Tints of Medium Violet Red #D01F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 57.62%
G = 8.59%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D01F7A (or 0xD01F7A) is known color: Medium Violet Red. HEX triplet: D0, 1F and 7A. RGB value is (208,31,122). Sum of RGB (Red+Green+Blue) = 208+31+122=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F7A is #2FE085. Grayscale: #5E5E5E. Windows color (decimal): -3137670 or 8003536. OLE color: 8003536.

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

Color convert

RGB 208 31 122 -
CMYK 0 0.85 0.41 0.18
HSL 329.15º 0.74% 0.47% -
HSV(B) 329.15º 0.85% 0.82% -
XYZ 30.02 15.8 19.88 -
YUV 94.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 208 31 122 0 0.85 0.41 0.18 329.15 0.74 0.47
Hex D0 1F 7A 0 55 29 12 149 4A 2F
Octal 320 37 172 0 125 51 22 511 112 57
Binary 11010000 11111 1111010 0 1010101 101001 10010 101001001 1001010 101111

Color Harmonies of #D01F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F7A

Black with #D01F7A

Text Example


Text Example

White with #D01F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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