Html Css Color HEX #DE1591 Medium Violet Red

📋 copy color: '#DE1591'

red 222 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #DE1591

Tints of Medium Violet Red #DE1591

RGB

 RED value IS 222 (87.11% from 255) = 57.22%

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

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

R = 57.22%
G = 5.41%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE1591 (or 0xDE1591) is known color: Medium Violet Red. HEX triplet: DE, 15 and 91. RGB value is (222,21,145). Sum of RGB (Red+Green+Blue) = 222+21+145=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1591 is #21EA6E. Grayscale: #5E5E5E. Windows color (decimal): -2222703 or 9508318. OLE color: 9508318.

HSL color Cylindrical-coordinate representation of color #DE1591: hue angle of 322.99º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1591 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 145 -
CMYK 0 0.91 0.35 0.13
HSL 322.99º 0.83% 0.48% -
HSV(B) 322.99º 0.91% 0.87% -
XYZ 35.5 18.11 28.41 -
YUV 95.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 222 21 145 0 0.91 0.35 0.13 322.99 0.83 0.48
Hex DE 15 91 0 5B 23 D 143 53 30
Octal 336 25 221 0 133 43 15 503 123 60
Binary 11011110 10101 10010001 0 1011011 100011 1101 101000011 1010011 110000

Color Harmonies of #DE1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1591

Black with #DE1591

Text Example


Text Example

White with #DE1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1591; }

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

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

background-color css

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

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

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

border-color css

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

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

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