Html Css Color HEX #DE97EE Plum

📋 copy color: '#DE97EE'

red 222 ◦ green 151 ◦ blue 238

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

Shades of Plum #DE97EE

Tints of Plum #DE97EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 36.33%
G = 24.71%
B = 38.95%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE97EE (or 0xDE97EE) is known color: Plum. HEX triplet: DE, 97 and EE. RGB value is (222,151,238). Sum of RGB (Red+Green+Blue) = 222+151+238=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE97EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE97EE is #216811. Grayscale: #B5B5B5. Windows color (decimal): -2189330 or 15636446. OLE color: 15636446.

HSL color Cylindrical-coordinate representation of color #DE97EE: hue angle of 288.97º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE97EE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 151 238 -
CMYK 0.07 0.37 0 0.07
HSL 288.97º 0.72% 0.76% -
HSV(B) 288.97º 0.37% 0.93% -
XYZ 56.62 43.84 86.37 -
YUV 182.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 222 151 238 0.07 0.37 0 0.07 288.97 0.72 0.76
Hex DE 97 EE 7 25 0 7 121 48 4C
Octal 336 227 356 7 45 0 7 441 110 114
Binary 11011110 10010111 11101110 111 100101 0 111 100100001 1001000 1001100

Color Harmonies of #DE97EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE97EE

Black with #DE97EE

Text Example


Text Example

White with #DE97EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE97EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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