Html Css Color HEX #D98ECE Plum

📋 copy color: '#D98ECE'

red 217 ◦ green 142 ◦ blue 206

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

Shades of Plum #D98ECE

Tints of Plum #D98ECE

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

 GREEN value IS 142 (55.86% from 255) = 25.13%

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 38.41%
G = 25.13%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D98ECE (or 0xD98ECE) is known color: Plum. HEX triplet: D9, 8E and CE. RGB value is (217,142,206). Sum of RGB (Red+Green+Blue) = 217+142+206=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ECE is #267131. Grayscale: #ABABAB. Windows color (decimal): -2519346 or 13536985. OLE color: 13536985.

HSL color Cylindrical-coordinate representation of color #D98ECE: hue angle of 308.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98ECE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 206 -
CMYK 0 0.35 0.05 0.15
HSL 308.8º 0.5% 0.7% -
HSV(B) 308.8º 0.35% 0.85% -
XYZ 49.43 38.55 63.23 -
YUV 171.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 217 142 206 0 0.35 0.05 0.15 308.8 0.5 0.7
Hex D9 8E CE 0 23 5 F 135 32 46
Octal 331 216 316 0 43 5 17 465 62 106
Binary 11011001 10001110 11001110 0 100011 101 1111 100110101 110010 1000110

Color Harmonies of #D98ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ECE

Black with #D98ECE

Text Example


Text Example

White with #D98ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ECE; }

 p { color: rgb(217,142,206); }

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

background-color css

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

 a { background-color: rgb(217,142,206); }

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

border-color css

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

 span { border-color: rgb(217,142,206); }

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