Html Css Color HEX #D00A8F Medium Violet Red

📋 copy color: '#D00A8F'

red 208 ◦ green 10 ◦ blue 143

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

Shades of Medium Violet Red #D00A8F

Tints of Medium Violet Red #D00A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.77%

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 57.62%
G = 2.77%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D00A8F (or 0xD00A8F) is known color: Medium Violet Red. HEX triplet: D0, 0A and 8F. RGB value is (208,10,143). Sum of RGB (Red+Green+Blue) = 208+10+143=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A8F is #2FF570. Grayscale: #545454. Windows color (decimal): -3143025 or 9374416. OLE color: 9374416.

HSL color Cylindrical-coordinate representation of color #D00A8F: hue angle of 319.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A8F is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 143 -
CMYK 0 0.95 0.31 0.18
HSL 319.7º 0.91% 0.43% -
HSV(B) 319.7º 0.95% 0.82% -
XYZ 31.08 15.61 27.36 -
YUV 84.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 208 10 143 0 0.95 0.31 0.18 319.7 0.91 0.43
Hex D0 A 8F 0 5F 1F 12 140 5B 2B
Octal 320 12 217 0 137 37 22 500 133 53
Binary 11010000 1010 10001111 0 1011111 11111 10010 101000000 1011011 101011

Color Harmonies of #D00A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A8F

Black with #D00A8F

Text Example


Text Example

White with #D00A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A8F; }

 p { color: rgb(208,10,143); }

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

background-color css

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

 a { background-color: rgb(208,10,143); }

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

border-color css

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

 span { border-color: rgb(208,10,143); }

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