Html Css Color HEX #DE1697 Medium Violet Red

📋 copy color: '#DE1697'

red 222 ◦ green 22 ◦ blue 151

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

Shades of Medium Violet Red #DE1697

Tints of Medium Violet Red #DE1697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 56.2%
G = 5.57%
B = 38.23%

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

#DE1697 (or 0xDE1697) is known color: Medium Violet Red. HEX triplet: DE, 16 and 97. RGB value is (222,22,151). Sum of RGB (Red+Green+Blue) = 222+22+151=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1697 is #21E968. Grayscale: #606060. Windows color (decimal): -2222441 or 9901790. OLE color: 9901790.

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

Color convert

RGB 222 22 151 -
CMYK 0 0.90 0.32 0.13
HSL 321.3º 0.82% 0.48% -
HSV(B) 321.3º 0.9% 0.87% -
XYZ 36 18.34 30.92 -
YUV 96.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 222 22 151 0 0.90 0.32 0.13 321.3 0.82 0.48
Hex DE 16 97 0 5A 20 D 141 52 30
Octal 336 26 227 0 132 40 15 501 122 60
Binary 11011110 10110 10010111 0 1011010 100000 1101 101000001 1010010 110000

Color Harmonies of #DE1697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1697

Black with #DE1697

Text Example


Text Example

White with #DE1697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1697; }

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

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

background-color css

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

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

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

border-color css

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

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

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