Html Css Color HEX #D01D93 Medium Violet Red

📋 copy color: '#D01D93'

red 208 ◦ green 29 ◦ blue 147

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

Shades of Medium Violet Red #D01D93

Tints of Medium Violet Red #D01D93

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 54.17%
G = 7.55%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01D93 (or 0xD01D93) is known color: Medium Violet Red. HEX triplet: D0, 1D and 93. RGB value is (208,29,147). Sum of RGB (Red+Green+Blue) = 208+29+147=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D93 is #2FE26C. Grayscale: #5F5F5F. Windows color (decimal): -3138157 or 9641424. OLE color: 9641424.

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

Color convert

RGB 208 29 147 -
CMYK 0 0.86 0.29 0.18
HSL 320.45º 0.76% 0.46% -
HSV(B) 320.45º 0.86% 0.82% -
XYZ 31.72 16.4 29.1 -
YUV 95.97 156.8 207.91 -
System Red Green Blue C M Y K H S L
Decimal 208 29 147 0 0.86 0.29 0.18 320.45 0.76 0.46
Hex D0 1D 93 0 56 1D 12 140 4C 2E
Octal 320 35 223 0 126 35 22 500 114 56
Binary 11010000 11101 10010011 0 1010110 11101 10010 101000000 1001100 101110

Color Harmonies of #D01D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D93

Black with #D01D93

Text Example


Text Example

White with #D01D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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