Html Css Color HEX #D00A93 Medium Violet Red

📋 copy color: '#D00A93'

red 208 ◦ green 10 ◦ blue 147

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

Shades of Medium Violet Red #D00A93

Tints of Medium Violet Red #D00A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 56.99%
G = 2.74%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D00A93 (or 0xD00A93) is known color: Medium Violet Red. HEX triplet: D0, 0A and 93. RGB value is (208,10,147). Sum of RGB (Red+Green+Blue) = 208+10+147=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A93 is #2FF56C. Grayscale: #545454. Windows color (decimal): -3143021 or 9636560. OLE color: 9636560.

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

Color convert

RGB 208 10 147 -
CMYK 0 0.95 0.29 0.18
HSL 318.48º 0.91% 0.43% -
HSV(B) 318.48º 0.95% 0.82% -
XYZ 31.39 15.73 28.99 -
YUV 84.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 208 10 147 0 0.95 0.29 0.18 318.48 0.91 0.43
Hex D0 A 93 0 5F 1D 12 13E 5B 2B
Octal 320 12 223 0 137 35 22 476 133 53
Binary 11010000 1010 10010011 0 1011111 11101 10010 100111110 1011011 101011

Color Harmonies of #D00A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A93

Black with #D00A93

Text Example


Text Example

White with #D00A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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