Html Css Color HEX #DE1696 Medium Violet Red

📋 copy color: '#DE1696'

red 222 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #DE1696

Tints of Medium Violet Red #DE1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 56.35%
G = 5.58%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE1696 (or 0xDE1696) is known color: Medium Violet Red. HEX triplet: DE, 16 and 96. RGB value is (222,22,150). Sum of RGB (Red+Green+Blue) = 222+22+150=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1696 is #21E969. Grayscale: #606060. Windows color (decimal): -2222442 or 9836254. OLE color: 9836254.

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

Color convert

RGB 222 22 150 -
CMYK 0 0.90 0.32 0.13
HSL 321.6º 0.82% 0.48% -
HSV(B) 321.6º 0.9% 0.87% -
XYZ 35.92 18.31 30.49 -
YUV 96.39 158.26 217.59 -
System Red Green Blue C M Y K H S L
Decimal 222 22 150 0 0.90 0.32 0.13 321.6 0.82 0.48
Hex DE 16 96 0 5A 20 D 142 52 30
Octal 336 26 226 0 132 40 15 502 122 60
Binary 11011110 10110 10010110 0 1011010 100000 1101 101000010 1010010 110000

Color Harmonies of #DE1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1696

Black with #DE1696

Text Example


Text Example

White with #DE1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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