Html Css Color HEX #D98DCB Plum

📋 copy color: '#D98DCB'

red 217 ◦ green 141 ◦ blue 203

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

Shades of Plum #D98DCB

Tints of Plum #D98DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 38.68%
G = 25.13%
B = 36.19%

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

#D98DCB (or 0xD98DCB) is known color: Plum. HEX triplet: D9, 8D and CB. RGB value is (217,141,203). Sum of RGB (Red+Green+Blue) = 217+141+203=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCB is #267234. Grayscale: #AAAAAA. Windows color (decimal): -2519605 or 13340121. OLE color: 13340121.

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

Color convert

RGB 217 141 203 -
CMYK 0 0.35 0.06 0.15
HSL 311.05º 0.5% 0.7% -
HSV(B) 311.05º 0.35% 0.85% -
XYZ 48.92 38.11 61.28 -
YUV 170.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 217 141 203 0 0.35 0.06 0.15 311.05 0.5 0.7
Hex D9 8D CB 0 23 6 F 137 32 46
Octal 331 215 313 0 43 6 17 467 62 106
Binary 11011001 10001101 11001011 0 100011 110 1111 100110111 110010 1000110

Color Harmonies of #D98DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DCB

Black with #D98DCB

Text Example


Text Example

White with #D98DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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