Html Css Color HEX #DE8BCD Plum

📋 copy color: '#DE8BCD'

red 222 ◦ green 139 ◦ blue 205

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

Shades of Plum #DE8BCD

Tints of Plum #DE8BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.56%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 39.22%
G = 24.56%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE8BCD (or 0xDE8BCD) is known color: Plum. HEX triplet: DE, 8B and CD. RGB value is (222,139,205). Sum of RGB (Red+Green+Blue) = 222+139+205=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BCD is #217432. Grayscale: #ABABAB. Windows color (decimal): -2192435 or 13470686. OLE color: 13470686.

HSL color Cylindrical-coordinate representation of color #DE8BCD: hue angle of 312.29º degrees, saturation: 0.56, 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 #DE8BCD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 139 205 -
CMYK 0 0.37 0.08 0.13
HSL 312.29º 0.56% 0.71% -
HSV(B) 312.29º 0.37% 0.87% -
XYZ 50.38 38.4 62.51 -
YUV 171.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 222 139 205 0 0.37 0.08 0.13 312.29 0.56 0.71
Hex DE 8B CD 0 25 8 D 138 38 47
Octal 336 213 315 0 45 10 15 470 70 107
Binary 11011110 10001011 11001101 0 100101 1000 1101 100111000 111000 1000111

Color Harmonies of #DE8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8BCD

Black with #DE8BCD

Text Example


Text Example

White with #DE8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8BCD; }

 p { color: rgb(222,139,205); }

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

background-color css

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

 a { background-color: rgb(222,139,205); }

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

border-color css

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

 span { border-color: rgb(222,139,205); }

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