Html Css Color HEX #D98CCD Plum

📋 copy color: '#D98CCD'

red 217 ◦ green 140 ◦ blue 205

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

Shades of Plum #D98CCD

Tints of Plum #D98CCD

RGB

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

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

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

R = 38.61%
G = 24.91%
B = 36.48%

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

#D98CCD (or 0xD98CCD) is known color: Plum. HEX triplet: D9, 8C and CD. RGB value is (217,140,205). Sum of RGB (Red+Green+Blue) = 217+140+205=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCD is #267332. Grayscale: #AAAAAA. Windows color (decimal): -2519859 or 13470937. OLE color: 13470937.

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

Color convert

RGB 217 140 205 -
CMYK 0 0.35 0.06 0.15
HSL 309.35º 0.5% 0.7% -
HSV(B) 309.35º 0.35% 0.85% -
XYZ 49.01 37.92 62.49 -
YUV 170.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 217 140 205 0 0.35 0.06 0.15 309.35 0.5 0.7
Hex D9 8C CD 0 23 6 F 135 32 46
Octal 331 214 315 0 43 6 17 465 62 106
Binary 11011001 10001100 11001101 0 100011 110 1111 100110101 110010 1000110

Color Harmonies of #D98CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CCD

Black with #D98CCD

Text Example


Text Example

White with #D98CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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