Html Css Color HEX #DE98DF Plum

📋 copy color: '#DE98DF'

red 222 ◦ green 152 ◦ blue 223

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

Shades of Plum #DE98DF

Tints of Plum #DE98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 37.19%
G = 25.46%
B = 37.35%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE98DF (or 0xDE98DF) is known color: Plum. HEX triplet: DE, 98 and DF. RGB value is (222,152,223). Sum of RGB (Red+Green+Blue) = 222+152+223=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98DF is #216720. Grayscale: #B4B4B4. Windows color (decimal): -2189089 or 14653662. OLE color: 14653662.

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

Color convert

RGB 222 152 223 -
CMYK 0.00 0.32 0 0.13
HSL 299.15º 0.53% 0.74% -
HSV(B) 299.15º 0.32% 0.87% -
XYZ 54.67 43.31 75.29 -
YUV 181.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 222 152 223 0.00 0.32 0 0.13 299.15 0.53 0.74
Hex DE 98 DF 0 20 0 D 12B 35 4A
Octal 336 230 337 0 40 0 15 453 65 112
Binary 11011110 10011000 11011111 0 100000 0 1101 100101011 110101 1001010

Color Harmonies of #DE98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98DF

Black with #DE98DF

Text Example


Text Example

White with #DE98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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