Html Css Color HEX #DE8CCD Plum

📋 copy color: '#DE8CCD'

red 222 ◦ green 140 ◦ blue 205

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

Shades of Plum #DE8CCD

Tints of Plum #DE8CCD

RGB

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

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

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

R = 39.15%
G = 24.69%
B = 36.16%

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

#DE8CCD (or 0xDE8CCD) is known color: Plum. HEX triplet: DE, 8C and CD. RGB value is (222,140,205). Sum of RGB (Red+Green+Blue) = 222+140+205=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CCD is #217332. Grayscale: #ABABAB. Windows color (decimal): -2192179 or 13470942. OLE color: 13470942.

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

Color convert

RGB 222 140 205 -
CMYK 0 0.37 0.08 0.13
HSL 312.44º 0.55% 0.71% -
HSV(B) 312.44º 0.37% 0.87% -
XYZ 50.52 38.69 62.56 -
YUV 171.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 222 140 205 0 0.37 0.08 0.13 312.44 0.55 0.71
Hex DE 8C CD 0 25 8 D 138 37 47
Octal 336 214 315 0 45 10 15 470 67 107
Binary 11011110 10001100 11001101 0 100101 1000 1101 100111000 110111 1000111

Color Harmonies of #DE8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CCD

Black with #DE8CCD

Text Example


Text Example

White with #DE8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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