Html Css Color HEX #DE1585 Medium Violet Red

📋 copy color: '#DE1585'

red 222 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #DE1585

Tints of Medium Violet Red #DE1585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 59.04%
G = 5.59%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE1585 (or 0xDE1585) is known color: Medium Violet Red. HEX triplet: DE, 15 and 85. RGB value is (222,21,133). Sum of RGB (Red+Green+Blue) = 222+21+133=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1585 is #21EA7A. Grayscale: #5D5D5D. Windows color (decimal): -2222715 or 8721886. OLE color: 8721886.

HSL color Cylindrical-coordinate representation of color #DE1585: hue angle of 326.57º 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 #DE1585 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 133 -
CMYK 0 0.91 0.40 0.13
HSL 326.57º 0.83% 0.48% -
HSV(B) 326.57º 0.91% 0.87% -
XYZ 34.63 17.76 23.79 -
YUV 93.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 222 21 133 0 0.91 0.40 0.13 326.57 0.83 0.48
Hex DE 15 85 0 5B 28 D 147 53 30
Octal 336 25 205 0 133 50 15 507 123 60
Binary 11011110 10101 10000101 0 1011011 101000 1101 101000111 1010011 110000

Color Harmonies of #DE1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1585

Black with #DE1585

Text Example


Text Example

White with #DE1585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1585; }

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

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

background-color css

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

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

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

border-color css

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

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

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