Html Css Color HEX #DE98ED Plum

📋 copy color: '#DE98ED'

red 222 ◦ green 152 ◦ blue 237

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

Shades of Plum #DE98ED

Tints of Plum #DE98ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 36.33%
G = 24.88%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE98ED (or 0xDE98ED) is known color: Plum. HEX triplet: DE, 98 and ED. RGB value is (222,152,237). Sum of RGB (Red+Green+Blue) = 222+152+237=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98ED is #216712. Grayscale: #B6B6B6. Windows color (decimal): -2189075 or 15571166. OLE color: 15571166.

HSL color Cylindrical-coordinate representation of color #DE98ED: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE98ED is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 152 237 -
CMYK 0.06 0.36 0 0.07
HSL 289.41º 0.7% 0.76% -
HSV(B) 289.41º 0.36% 0.93% -
XYZ 56.64 44.1 85.65 -
YUV 182.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 222 152 237 0.06 0.36 0 0.07 289.41 0.7 0.76
Hex DE 98 ED 6 24 0 7 121 46 4C
Octal 336 230 355 6 44 0 7 441 106 114
Binary 11011110 10011000 11101101 110 100100 0 111 100100001 1000110 1001100

Color Harmonies of #DE98ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98ED

Black with #DE98ED

Text Example


Text Example

White with #DE98ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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