Html Css Color HEX #D01C8D Medium Violet Red

📋 copy color: '#D01C8D'

red 208 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #D01C8D

Tints of Medium Violet Red #D01C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 55.17%
G = 7.43%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D01C8D (or 0xD01C8D) is known color: Medium Violet Red. HEX triplet: D0, 1C and 8D. RGB value is (208,28,141). Sum of RGB (Red+Green+Blue) = 208+28+141=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C8D is #2FE372. Grayscale: #5E5E5E. Windows color (decimal): -3138419 or 9247952. OLE color: 9247952.

HSL color Cylindrical-coordinate representation of color #D01C8D: hue angle of 322.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 #D01C8D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 141 -
CMYK 0 0.87 0.32 0.18
HSL 322.33º 0.76% 0.46% -
HSV(B) 322.33º 0.87% 0.82% -
XYZ 31.24 16.16 26.67 -
YUV 94.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 208 28 141 0 0.87 0.32 0.18 322.33 0.76 0.46
Hex D0 1C 8D 0 57 20 12 142 4C 2E
Octal 320 34 215 0 127 40 22 502 114 56
Binary 11010000 11100 10001101 0 1010111 100000 10010 101000010 1001100 101110

Color Harmonies of #D01C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C8D

Black with #D01C8D

Text Example


Text Example

White with #D01C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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