Html Css Color HEX #D01F9A Medium Violet Red

📋 copy color: '#D01F9A'

red 208 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #D01F9A

Tints of Medium Violet Red #D01F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 52.93%
G = 7.89%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01F9A (or 0xD01F9A) is known color: Medium Violet Red. HEX triplet: D0, 1F and 9A. RGB value is (208,31,154). Sum of RGB (Red+Green+Blue) = 208+31+154=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F9A is #2FE065. Grayscale: #616161. Windows color (decimal): -3137638 or 10100688. OLE color: 10100688.

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

Color convert

RGB 208 31 154 -
CMYK 0 0.85 0.26 0.18
HSL 318.31º 0.74% 0.47% -
HSV(B) 318.31º 0.85% 0.82% -
XYZ 32.34 16.72 32.1 -
YUV 97.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 208 31 154 0 0.85 0.26 0.18 318.31 0.74 0.47
Hex D0 1F 9A 0 55 1A 12 13E 4A 2F
Octal 320 37 232 0 125 32 22 476 112 57
Binary 11010000 11111 10011010 0 1010101 11010 10010 100111110 1001010 101111

Color Harmonies of #D01F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F9A

Black with #D01F9A

Text Example


Text Example

White with #D01F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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