Html Css Color HEX #D01C99 Medium Violet Red

📋 copy color: '#D01C99'

red 208 ◦ green 28 ◦ blue 153

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

Shades of Medium Violet Red #D01C99

Tints of Medium Violet Red #D01C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

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

R = 53.47%
G = 7.2%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D01C99 (or 0xD01C99) is known color: Medium Violet Red. HEX triplet: D0, 1C and 99. RGB value is (208,28,153). Sum of RGB (Red+Green+Blue) = 208+28+153=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C99 is #2FE366. Grayscale: #5F5F5F. Windows color (decimal): -3138407 or 10034384. OLE color: 10034384.

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

Color convert

RGB 208 28 153 -
CMYK 0 0.87 0.26 0.18
HSL 318.33º 0.76% 0.46% -
HSV(B) 318.33º 0.87% 0.82% -
XYZ 32.18 16.54 31.63 -
YUV 96.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 208 28 153 0 0.87 0.26 0.18 318.33 0.76 0.46
Hex D0 1C 99 0 57 1A 12 13E 4C 2E
Octal 320 34 231 0 127 32 22 476 114 56
Binary 11010000 11100 10011001 0 1010111 11010 10010 100111110 1001100 101110

Color Harmonies of #D01C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C99

Black with #D01C99

Text Example


Text Example

White with #D01C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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