Html Css Color HEX #DE1689 Medium Violet Red

📋 copy color: '#DE1689'

red 222 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #DE1689

Tints of Medium Violet Red #DE1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 58.27%
G = 5.77%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE1689 (or 0xDE1689) is known color: Medium Violet Red. HEX triplet: DE, 16 and 89. RGB value is (222,22,137). Sum of RGB (Red+Green+Blue) = 222+22+137=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1689 is #21E976. Grayscale: #5E5E5E. Windows color (decimal): -2222455 or 8984286. OLE color: 8984286.

HSL color Cylindrical-coordinate representation of color #DE1689: hue angle of 325.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1689 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 137 -
CMYK 0 0.90 0.38 0.13
HSL 325.5º 0.82% 0.48% -
HSV(B) 325.5º 0.9% 0.87% -
XYZ 34.93 17.91 25.28 -
YUV 94.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 222 22 137 0 0.90 0.38 0.13 325.5 0.82 0.48
Hex DE 16 89 0 5A 26 D 146 52 30
Octal 336 26 211 0 132 46 15 506 122 60
Binary 11011110 10110 10001001 0 1011010 100110 1101 101000110 1010010 110000

Color Harmonies of #DE1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1689

Black with #DE1689

Text Example


Text Example

White with #DE1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1689; }

 p { color: rgb(222,22,137); }

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

background-color css

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

 a { background-color: rgb(222,22,137); }

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

border-color css

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

 span { border-color: rgb(222,22,137); }

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