Html Css Color HEX #DE8BCC Plum

📋 copy color: '#DE8BCC'

red 222 ◦ green 139 ◦ blue 204

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

Shades of Plum #DE8BCC

Tints of Plum #DE8BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 39.29%
G = 24.6%
B = 36.11%

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

#DE8BCC (or 0xDE8BCC) is known color: Plum. HEX triplet: DE, 8B and CC. RGB value is (222,139,204). Sum of RGB (Red+Green+Blue) = 222+139+204=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BCC is #217433. Grayscale: #ABABAB. Windows color (decimal): -2192436 or 13405150. OLE color: 13405150.

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

Color convert

RGB 222 139 204 -
CMYK 0 0.37 0.08 0.13
HSL 313.01º 0.56% 0.71% -
HSV(B) 313.01º 0.37% 0.87% -
XYZ 50.26 38.35 61.88 -
YUV 171.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 222 139 204 0 0.37 0.08 0.13 313.01 0.56 0.71
Hex DE 8B CC 0 25 8 D 139 38 47
Octal 336 213 314 0 45 10 15 471 70 107
Binary 11011110 10001011 11001100 0 100101 1000 1101 100111001 111000 1000111

Color Harmonies of #DE8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8BCC

Black with #DE8BCC

Text Example


Text Example

White with #DE8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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