Html Css Color HEX #D98DCE Plum

📋 copy color: '#D98DCE'

red 217 ◦ green 141 ◦ blue 206

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

Shades of Plum #D98DCE

Tints of Plum #D98DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25%

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

R = 38.48%
G = 25%
B = 36.52%

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

#D98DCE (or 0xD98DCE) is known color: Plum. HEX triplet: D9, 8D and CE. RGB value is (217,141,206). Sum of RGB (Red+Green+Blue) = 217+141+206=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCE is #267231. Grayscale: #AAAAAA. Windows color (decimal): -2519602 or 13536729. OLE color: 13536729.

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

Color convert

RGB 217 141 206 -
CMYK 0 0.35 0.05 0.15
HSL 308.68º 0.5% 0.7% -
HSV(B) 308.68º 0.35% 0.85% -
XYZ 49.28 38.26 63.18 -
YUV 171.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 217 141 206 0 0.35 0.05 0.15 308.68 0.5 0.7
Hex D9 8D CE 0 23 5 F 135 32 46
Octal 331 215 316 0 43 5 17 465 62 106
Binary 11011001 10001101 11001110 0 100011 101 1111 100110101 110010 1000110

Color Harmonies of #D98DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DCE

Black with #D98DCE

Text Example


Text Example

White with #D98DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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