Html Css Color HEX #D01591 Medium Violet Red

📋 copy color: '#D01591'

red 208 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D01591

Tints of Medium Violet Red #D01591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 55.61%
G = 5.61%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01591 (or 0xD01591) is known color: Medium Violet Red. HEX triplet: D0, 15 and 91. RGB value is (208,21,145). Sum of RGB (Red+Green+Blue) = 208+21+145=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01591 is #2FEA6E. Grayscale: #5A5A5A. Windows color (decimal): -3140207 or 9508304. OLE color: 9508304.

HSL color Cylindrical-coordinate representation of color #D01591: hue angle of 320.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01591 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 145 -
CMYK 0 0.90 0.30 0.18
HSL 320.21º 0.82% 0.45% -
HSV(B) 320.21º 0.9% 0.82% -
XYZ 31.39 15.99 28.22 -
YUV 91.05 158.45 211.42 -
System Red Green Blue C M Y K H S L
Decimal 208 21 145 0 0.90 0.30 0.18 320.21 0.82 0.45
Hex D0 15 91 0 5A 1E 12 140 52 2D
Octal 320 25 221 0 132 36 22 500 122 55
Binary 11010000 10101 10010001 0 1011010 11110 10010 101000000 1010010 101101

Color Harmonies of #D01591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01591

Black with #D01591

Text Example


Text Example

White with #D01591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01591; }

 p { color: rgb(208,21,145); }

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

background-color css

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

 a { background-color: rgb(208,21,145); }

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

border-color css

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

 span { border-color: rgb(208,21,145); }

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