Html Css Color HEX #DE8CDA Plum

📋 copy color: '#DE8CDA'

red 222 ◦ green 140 ◦ blue 218

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

Shades of Plum #DE8CDA

Tints of Plum #DE8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 38.28%
G = 24.14%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE8CDA (or 0xDE8CDA) is known color: Plum. HEX triplet: DE, 8C and DA. RGB value is (222,140,218). Sum of RGB (Red+Green+Blue) = 222+140+218=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CDA is #217325. Grayscale: #ADADAD. Windows color (decimal): -2192166 or 14322910. OLE color: 14322910.

HSL color Cylindrical-coordinate representation of color #DE8CDA: hue angle of 302.93º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CDA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 140 218 -
CMYK 0 0.37 0.02 0.13
HSL 302.93º 0.55% 0.71% -
HSV(B) 302.93º 0.37% 0.87% -
XYZ 52.16 39.35 71.18 -
YUV 173.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 222 140 218 0 0.37 0.02 0.13 302.93 0.55 0.71
Hex DE 8C DA 0 25 2 D 12F 37 47
Octal 336 214 332 0 45 2 15 457 67 107
Binary 11011110 10001100 11011010 0 100101 10 1101 100101111 110111 1000111

Color Harmonies of #DE8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CDA

Black with #DE8CDA

Text Example


Text Example

White with #DE8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CDA; }

 p { color: rgb(222,140,218); }

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

background-color css

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

 a { background-color: rgb(222,140,218); }

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

border-color css

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

 span { border-color: rgb(222,140,218); }

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