Html Css Color HEX #D01C9D Medium Violet Red

📋 copy color: '#D01C9D'

red 208 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #D01C9D

Tints of Medium Violet Red #D01C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 52.93%
G = 7.12%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D01C9D (or 0xD01C9D) is known color: Medium Violet Red. HEX triplet: D0, 1C and 9D. RGB value is (208,28,157). Sum of RGB (Red+Green+Blue) = 208+28+157=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C9D is #2FE362. Grayscale: #606060. Windows color (decimal): -3138403 or 10296528. OLE color: 10296528.

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

Color convert

RGB 208 28 157 -
CMYK 0 0.87 0.25 0.18
HSL 317º 0.76% 0.46% -
HSV(B) 317º 0.87% 0.82% -
XYZ 32.51 16.67 33.4 -
YUV 96.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 208 28 157 0 0.87 0.25 0.18 317 0.76 0.46
Hex D0 1C 9D 0 57 19 12 13D 4C 2E
Octal 320 34 235 0 127 31 22 475 114 56
Binary 11010000 11100 10011101 0 1010111 11001 10010 100111101 1001100 101110

Color Harmonies of #D01C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C9D

Black with #D01C9D

Text Example


Text Example

White with #D01C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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