Html Css Color HEX #D00F8A Medium Violet Red

📋 copy color: '#D00F8A'

red 208 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #D00F8A

Tints of Medium Violet Red #D00F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 57.62%
G = 4.16%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D00F8A (or 0xD00F8A) is known color: Medium Violet Red. HEX triplet: D0, 0F and 8A. RGB value is (208,15,138). Sum of RGB (Red+Green+Blue) = 208+15+138=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F8A is #2FF075. Grayscale: #565656. Windows color (decimal): -3141750 or 9048016. OLE color: 9048016.

HSL color Cylindrical-coordinate representation of color #D00F8A: hue angle of 321.76º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F8A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 138 -
CMYK 0 0.93 0.34 0.18
HSL 321.76º 0.87% 0.44% -
HSV(B) 321.76º 0.93% 0.82% -
XYZ 30.77 15.59 25.43 -
YUV 86.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 208 15 138 0 0.93 0.34 0.18 321.76 0.87 0.44
Hex D0 F 8A 0 5D 22 12 142 57 2C
Octal 320 17 212 0 135 42 22 502 127 54
Binary 11010000 1111 10001010 0 1011101 100010 10010 101000010 1010111 101100

Color Harmonies of #D00F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F8A

Black with #D00F8A

Text Example


Text Example

White with #D00F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F8A; }

 p { color: rgb(208,15,138); }

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

background-color css

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

 a { background-color: rgb(208,15,138); }

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

border-color css

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

 span { border-color: rgb(208,15,138); }

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