Html Css Color HEX #D98ECC Plum

📋 copy color: '#D98ECC'

red 217 ◦ green 142 ◦ blue 204

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

Shades of Plum #D98ECC

Tints of Plum #D98ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 38.54%
G = 25.22%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D98ECC (or 0xD98ECC) is known color: Plum. HEX triplet: D9, 8E and CC. RGB value is (217,142,204). Sum of RGB (Red+Green+Blue) = 217+142+204=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ECC is #267133. Grayscale: #ABABAB. Windows color (decimal): -2519348 or 13405913. OLE color: 13405913.

HSL color Cylindrical-coordinate representation of color #D98ECC: hue angle of 310.4º 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 #D98ECC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 204 -
CMYK 0 0.35 0.06 0.15
HSL 310.4º 0.5% 0.7% -
HSV(B) 310.4º 0.35% 0.85% -
XYZ 49.19 38.46 61.96 -
YUV 171.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 217 142 204 0 0.35 0.06 0.15 310.4 0.5 0.7
Hex D9 8E CC 0 23 6 F 136 32 46
Octal 331 216 314 0 43 6 17 466 62 106
Binary 11011001 10001110 11001100 0 100011 110 1111 100110110 110010 1000110

Color Harmonies of #D98ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ECC

Black with #D98ECC

Text Example


Text Example

White with #D98ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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