Html Css Color HEX #D00A8D Medium Violet Red

📋 copy color: '#D00A8D'

red 208 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #D00A8D

Tints of Medium Violet Red #D00A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 57.94%
G = 2.79%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D00A8D (or 0xD00A8D) is known color: Medium Violet Red. HEX triplet: D0, 0A and 8D. RGB value is (208,10,141). Sum of RGB (Red+Green+Blue) = 208+10+141=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A8D is #2FF572. Grayscale: #535353. Windows color (decimal): -3143027 or 9243344. OLE color: 9243344.

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

Color convert

RGB 208 10 141 -
CMYK 0 0.95 0.32 0.18
HSL 320.3º 0.91% 0.43% -
HSV(B) 320.3º 0.95% 0.82% -
XYZ 30.93 15.55 26.57 -
YUV 84.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 208 10 141 0 0.95 0.32 0.18 320.3 0.91 0.43
Hex D0 A 8D 0 5F 20 12 140 5B 2B
Octal 320 12 215 0 137 40 22 500 133 53
Binary 11010000 1010 10001101 0 1011111 100000 10010 101000000 1011011 101011

Color Harmonies of #D00A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A8D

Black with #D00A8D

Text Example


Text Example

White with #D00A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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