Html Css Color HEX #D98CCE Plum

📋 copy color: '#D98CCE'

red 217 ◦ green 140 ◦ blue 206

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

Shades of Plum #D98CCE

Tints of Plum #D98CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.87%

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

R = 38.54%
G = 24.87%
B = 36.59%

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

#D98CCE (or 0xD98CCE) is known color: Plum. HEX triplet: D9, 8C and CE. RGB value is (217,140,206). Sum of RGB (Red+Green+Blue) = 217+140+206=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCE is #267331. Grayscale: #AAAAAA. Windows color (decimal): -2519858 or 13536473. OLE color: 13536473.

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

Color convert

RGB 217 140 206 -
CMYK 0 0.35 0.05 0.15
HSL 308.57º 0.5% 0.7% -
HSV(B) 308.57º 0.35% 0.85% -
XYZ 49.13 37.96 63.13 -
YUV 170.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 217 140 206 0 0.35 0.05 0.15 308.57 0.5 0.7
Hex D9 8C CE 0 23 5 F 135 32 46
Octal 331 214 316 0 43 5 17 465 62 106
Binary 11011001 10001100 11001110 0 100011 101 1111 100110101 110010 1000110

Color Harmonies of #D98CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CCE

Black with #D98CCE

Text Example


Text Example

White with #D98CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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