Html Css Color HEX #D01499 Medium Violet Red

📋 copy color: '#D01499'

red 208 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #D01499

Tints of Medium Violet Red #D01499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 54.59%
G = 5.25%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01499 (or 0xD01499) is known color: Medium Violet Red. HEX triplet: D0, 14 and 99. RGB value is (208,20,153). Sum of RGB (Red+Green+Blue) = 208+20+153=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D01499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01499 is #2FEB66. Grayscale: #5B5B5B. Windows color (decimal): -3140455 or 10032336. OLE color: 10032336.

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

Color convert

RGB 208 20 153 -
CMYK 0 0.90 0.26 0.18
HSL 317.55º 0.82% 0.45% -
HSV(B) 317.55º 0.9% 0.82% -
XYZ 32.01 16.21 31.58 -
YUV 91.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 208 20 153 0 0.90 0.26 0.18 317.55 0.82 0.45
Hex D0 14 99 0 5A 1A 12 13E 52 2D
Octal 320 24 231 0 132 32 22 476 122 55
Binary 11010000 10100 10011001 0 1011010 11010 10010 100111110 1010010 101101

Color Harmonies of #D01499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01499

Black with #D01499

Text Example


Text Example

White with #D01499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01499; }

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

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

background-color css

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

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

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

border-color css

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

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

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