Html Css Color HEX #D01494 Medium Violet Red

📋 copy color: '#D01494'

red 208 ◦ green 20 ◦ blue 148

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

Shades of Medium Violet Red #D01494

Tints of Medium Violet Red #D01494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 55.32%
G = 5.32%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01494 (or 0xD01494) is known color: Medium Violet Red. HEX triplet: D0, 14 and 94. RGB value is (208,20,148). Sum of RGB (Red+Green+Blue) = 208+20+148=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01494 is #2FEB6B. Grayscale: #5A5A5A. Windows color (decimal): -3140460 or 9704656. OLE color: 9704656.

HSL color Cylindrical-coordinate representation of color #D01494: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01494 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 148 -
CMYK 0 0.90 0.29 0.18
HSL 319.15º 0.82% 0.45% -
HSV(B) 319.15º 0.9% 0.82% -
XYZ 31.61 16.05 29.45 -
YUV 90.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 208 20 148 0 0.90 0.29 0.18 319.15 0.82 0.45
Hex D0 14 94 0 5A 1D 12 13F 52 2D
Octal 320 24 224 0 132 35 22 477 122 55
Binary 11010000 10100 10010100 0 1011010 11101 10010 100111111 1010010 101101

Color Harmonies of #D01494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01494

Black with #D01494

Text Example


Text Example

White with #D01494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01494; }

 p { color: rgb(208,20,148); }

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

background-color css

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

 a { background-color: rgb(208,20,148); }

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

border-color css

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

 span { border-color: rgb(208,20,148); }

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