Html Css Color HEX #D01A8A Medium Violet Red

📋 copy color: '#D01A8A'

red 208 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #D01A8A

Tints of Medium Violet Red #D01A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

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

R = 55.91%
G = 6.99%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D01A8A (or 0xD01A8A) is known color: Medium Violet Red. HEX triplet: D0, 1A and 8A. RGB value is (208,26,138). Sum of RGB (Red+Green+Blue) = 208+26+138=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01A8A is #2FE575. Grayscale: #5C5C5C. Windows color (decimal): -3138934 or 9050832. OLE color: 9050832.

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

Color convert

RGB 208 26 138 -
CMYK 0 0.88 0.34 0.18
HSL 323.08º 0.78% 0.46% -
HSV(B) 323.08º 0.88% 0.82% -
XYZ 30.97 15.98 25.5 -
YUV 93.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 208 26 138 0 0.88 0.34 0.18 323.08 0.78 0.46
Hex D0 1A 8A 0 58 22 12 143 4E 2E
Octal 320 32 212 0 130 42 22 503 116 56
Binary 11010000 11010 10001010 0 1011000 100010 10010 101000011 1001110 101110

Color Harmonies of #D01A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A8A

Black with #D01A8A

Text Example


Text Example

White with #D01A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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