Html Css Color HEX #DE97DB Plum

📋 copy color: '#DE97DB'

red 222 ◦ green 151 ◦ blue 219

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

Shades of Plum #DE97DB

Tints of Plum #DE97DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.51%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 37.5%
G = 25.51%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE97DB (or 0xDE97DB) is known color: Plum. HEX triplet: DE, 97 and DB. RGB value is (222,151,219). Sum of RGB (Red+Green+Blue) = 222+151+219=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97DB is #216824. Grayscale: #B3B3B3. Windows color (decimal): -2189349 or 14391262. OLE color: 14391262.

HSL color Cylindrical-coordinate representation of color #DE97DB: hue angle of 302.54º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE97DB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 151 219 -
CMYK 0 0.32 0.01 0.13
HSL 302.54º 0.52% 0.73% -
HSV(B) 302.54º 0.32% 0.87% -
XYZ 53.98 42.78 72.43 -
YUV 179.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 222 151 219 0 0.32 0.01 0.13 302.54 0.52 0.73
Hex DE 97 DB 0 20 1 D 12F 34 49
Octal 336 227 333 0 40 1 15 457 64 111
Binary 11011110 10010111 11011011 0 100000 1 1101 100101111 110100 1001001

Color Harmonies of #DE97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE97DB

Black with #DE97DB

Text Example


Text Example

White with #DE97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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