Html Css Color HEX #DE98D8 Plum

📋 copy color: '#DE98D8'

red 222 ◦ green 152 ◦ blue 216

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

Shades of Plum #DE98D8

Tints of Plum #DE98D8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.76%

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 37.63%
G = 25.76%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE98D8 (or 0xDE98D8) is known color: Plum. HEX triplet: DE, 98 and D8. RGB value is (222,152,216). Sum of RGB (Red+Green+Blue) = 222+152+216=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98D8 is #216727. Grayscale: #B4B4B4. Windows color (decimal): -2189096 or 14194910. OLE color: 14194910.

HSL color Cylindrical-coordinate representation of color #DE98D8: hue angle of 305.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98D8 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 216 -
CMYK 0 0.32 0.03 0.13
HSL 305.14º 0.51% 0.73% -
HSV(B) 305.14º 0.32% 0.87% -
XYZ 53.75 42.94 70.42 -
YUV 180.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 222 152 216 0 0.32 0.03 0.13 305.14 0.51 0.73
Hex DE 98 D8 0 20 3 D 131 33 49
Octal 336 230 330 0 40 3 15 461 63 111
Binary 11011110 10011000 11011000 0 100000 11 1101 100110001 110011 1001001

Color Harmonies of #DE98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98D8

Black with #DE98D8

Text Example


Text Example

White with #DE98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98D8; }

 p { color: rgb(222,152,216); }

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

background-color css

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

 a { background-color: rgb(222,152,216); }

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

border-color css

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

 span { border-color: rgb(222,152,216); }

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