Html Css Color HEX #D98FDC Plum

📋 copy color: '#D98FDC'

red 217 ◦ green 143 ◦ blue 220

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

Shades of Plum #D98FDC

Tints of Plum #D98FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 37.41%
G = 24.66%
B = 37.93%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D98FDC (or 0xD98FDC) is known color: Plum. HEX triplet: D9, 8F and DC. RGB value is (217,143,220). Sum of RGB (Red+Green+Blue) = 217+143+220=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDC is #267023. Grayscale: #ADADAD. Windows color (decimal): -2519076 or 14454745. OLE color: 14454745.

HSL color Cylindrical-coordinate representation of color #D98FDC: hue angle of 297.66º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98FDC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 143 220 -
CMYK 0.01 0.35 0 0.14
HSL 297.66º 0.52% 0.71% -
HSV(B) 297.66º 0.35% 0.86% -
XYZ 51.36 39.56 72.64 -
YUV 173.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 217 143 220 0.01 0.35 0 0.14 297.66 0.52 0.71
Hex D9 8F DC 1 23 0 E 12A 34 47
Octal 331 217 334 1 43 0 16 452 64 107
Binary 11011001 10001111 11011100 1 100011 0 1110 100101010 110100 1000111

Color Harmonies of #D98FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FDC

Black with #D98FDC

Text Example


Text Example

White with #D98FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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