Html Css Color HEX #DE9FE0 Plum

📋 copy color: '#DE9FE0'

red 222 ◦ green 159 ◦ blue 224

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

Shades of Plum #DE9FE0

Tints of Plum #DE9FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.28%

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 36.69%
G = 26.28%
B = 37.02%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE9FE0 (or 0xDE9FE0) is known color: Plum. HEX triplet: DE, 9F and E0. RGB value is (222,159,224). Sum of RGB (Red+Green+Blue) = 222+159+224=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FE0 is #21601F. Grayscale: #B9B9B9. Windows color (decimal): -2187296 or 14720990. OLE color: 14720990.

HSL color Cylindrical-coordinate representation of color #DE9FE0: hue angle of 298.15º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9FE0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 159 224 -
CMYK 0.01 0.29 0 0.12
HSL 298.15º 0.51% 0.75% -
HSV(B) 298.15º 0.29% 0.88% -
XYZ 55.98 45.71 76.39 -
YUV 185.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 222 159 224 0.01 0.29 0 0.12 298.15 0.51 0.75
Hex DE 9F E0 1 1D 0 C 12A 33 4B
Octal 336 237 340 1 35 0 14 452 63 113
Binary 11011110 10011111 11100000 1 11101 0 1100 100101010 110011 1001011

Color Harmonies of #DE9FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FE0

Black with #DE9FE0

Text Example


Text Example

White with #DE9FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FE0; }

 p { color: rgb(222,159,224); }

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

background-color css

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

 a { background-color: rgb(222,159,224); }

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

border-color css

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

 span { border-color: rgb(222,159,224); }

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