Html Css Color HEX #D01C93 Medium Violet Red

📋 copy color: '#D01C93'

red 208 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #D01C93

Tints of Medium Violet Red #D01C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 54.31%
G = 7.31%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01C93 (or 0xD01C93) is known color: Medium Violet Red. HEX triplet: D0, 1C and 93. RGB value is (208,28,147). Sum of RGB (Red+Green+Blue) = 208+28+147=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C93 is #2FE36C. Grayscale: #5F5F5F. Windows color (decimal): -3138413 or 9641168. OLE color: 9641168.

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

Color convert

RGB 208 28 147 -
CMYK 0 0.87 0.29 0.18
HSL 320.33º 0.76% 0.46% -
HSV(B) 320.33º 0.87% 0.82% -
XYZ 31.69 16.35 29.09 -
YUV 95.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 208 28 147 0 0.87 0.29 0.18 320.33 0.76 0.46
Hex D0 1C 93 0 57 1D 12 140 4C 2E
Octal 320 34 223 0 127 35 22 500 114 56
Binary 11010000 11100 10010011 0 1010111 11101 10010 101000000 1001100 101110

Color Harmonies of #D01C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C93

Black with #D01C93

Text Example


Text Example

White with #D01C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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