Html Css Color HEX #DE98E1 Plum

📋 copy color: '#DE98E1'

red 222 ◦ green 152 ◦ blue 225

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

Shades of Plum #DE98E1

Tints of Plum #DE98E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 37.06%
G = 25.38%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE98E1 (or 0xDE98E1) is known color: Plum. HEX triplet: DE, 98 and E1. RGB value is (222,152,225). Sum of RGB (Red+Green+Blue) = 222+152+225=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98E1 is #21671E. Grayscale: #B5B5B5. Windows color (decimal): -2189087 or 14784734. OLE color: 14784734.

HSL color Cylindrical-coordinate representation of color #DE98E1: hue angle of 297.53º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98E1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 152 225 -
CMYK 0.01 0.32 0 0.12
HSL 297.53º 0.55% 0.74% -
HSV(B) 297.53º 0.32% 0.88% -
XYZ 54.94 43.42 76.72 -
YUV 181.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 222 152 225 0.01 0.32 0 0.12 297.53 0.55 0.74
Hex DE 98 E1 1 20 0 C 12A 37 4A
Octal 336 230 341 1 40 0 14 452 67 112
Binary 11011110 10011000 11100001 1 100000 0 1100 100101010 110111 1001010

Color Harmonies of #DE98E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98E1

Black with #DE98E1

Text Example


Text Example

White with #DE98E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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