Html Css Color HEX #D98FCD Plum

📋 copy color: '#D98FCD'

red 217 ◦ green 143 ◦ blue 205

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

Shades of Plum #D98FCD

Tints of Plum #D98FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.31%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 38.41%
G = 25.31%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D98FCD (or 0xD98FCD) is known color: Plum. HEX triplet: D9, 8F and CD. RGB value is (217,143,205). Sum of RGB (Red+Green+Blue) = 217+143+205=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCD is #267032. Grayscale: #ACACAC. Windows color (decimal): -2519091 or 13471705. OLE color: 13471705.

HSL color Cylindrical-coordinate representation of color #D98FCD: hue angle of 309.73º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FCD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 205 -
CMYK 0 0.34 0.06 0.15
HSL 309.73º 0.49% 0.71% -
HSV(B) 309.73º 0.34% 0.85% -
XYZ 49.46 38.8 62.64 -
YUV 172.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 217 143 205 0 0.34 0.06 0.15 309.73 0.49 0.71
Hex D9 8F CD 0 22 6 F 136 31 47
Octal 331 217 315 0 42 6 17 466 61 107
Binary 11011001 10001111 11001101 0 100010 110 1111 100110110 110001 1000111

Color Harmonies of #D98FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FCD

Black with #D98FCD

Text Example


Text Example

White with #D98FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FCD; }

 p { color: rgb(217,143,205); }

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

background-color css

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

 a { background-color: rgb(217,143,205); }

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

border-color css

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

 span { border-color: rgb(217,143,205); }

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