Html Css Color HEX #DE1888 Medium Violet Red

📋 copy color: '#DE1888'

red 222 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #DE1888

Tints of Medium Violet Red #DE1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 58.12%
G = 6.28%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE1888 (or 0xDE1888) is known color: Medium Violet Red. HEX triplet: DE, 18 and 88. RGB value is (222,24,136). Sum of RGB (Red+Green+Blue) = 222+24+136=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1888 is #21E777. Grayscale: #5F5F5F. Windows color (decimal): -2221944 or 8919262. OLE color: 8919262.

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

Color convert

RGB 222 24 136 -
CMYK 0 0.89 0.39 0.13
HSL 326.06º 0.8% 0.48% -
HSV(B) 326.06º 0.89% 0.87% -
XYZ 34.89 17.96 24.92 -
YUV 95.97 150.6 217.89 -
System Red Green Blue C M Y K H S L
Decimal 222 24 136 0 0.89 0.39 0.13 326.06 0.8 0.48
Hex DE 18 88 0 59 27 D 146 50 30
Octal 336 30 210 0 131 47 15 506 120 60
Binary 11011110 11000 10001000 0 1011001 100111 1101 101000110 1010000 110000

Color Harmonies of #DE1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1888

Black with #DE1888

Text Example


Text Example

White with #DE1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1888; }

 p { color: rgb(222,24,136); }

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

background-color css

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

 a { background-color: rgb(222,24,136); }

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

border-color css

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

 span { border-color: rgb(222,24,136); }

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