Html Css Color HEX #D01299 Medium Violet Red

📋 copy color: '#D01299'

red 208 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #D01299

Tints of Medium Violet Red #D01299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

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

R = 54.88%
G = 4.75%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01299 (or 0xD01299) is known color: Medium Violet Red. HEX triplet: D0, 12 and 99. RGB value is (208,18,153). Sum of RGB (Red+Green+Blue) = 208+18+153=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01299 is #2FED66. Grayscale: #595959. Windows color (decimal): -3140967 or 10031824. OLE color: 10031824.

HSL color Cylindrical-coordinate representation of color #D01299: hue angle of 317.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01299 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 153 -
CMYK 0 0.91 0.26 0.18
HSL 317.37º 0.84% 0.44% -
HSV(B) 317.37º 0.91% 0.82% -
XYZ 31.98 16.14 31.57 -
YUV 90.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 208 18 153 0 0.91 0.26 0.18 317.37 0.84 0.44
Hex D0 12 99 0 5B 1A 12 13D 54 2C
Octal 320 22 231 0 133 32 22 475 124 54
Binary 11010000 10010 10011001 0 1011011 11010 10010 100111101 1010100 101100

Color Harmonies of #D01299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01299

Black with #D01299

Text Example


Text Example

White with #D01299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01299; }

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

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

background-color css

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

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

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

border-color css

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

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

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