Html Css Color HEX #D998D5 Plum

📋 copy color: '#D998D5'

red 217 ◦ green 152 ◦ blue 213

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

Shades of Plum #D998D5

Tints of Plum #D998D5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.12%

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 37.29%
G = 26.12%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D998D5 (or 0xD998D5) is known color: Plum. HEX triplet: D9, 98 and D5. RGB value is (217,152,213). Sum of RGB (Red+Green+Blue) = 217+152+213=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D5 is #26672A. Grayscale: #B2B2B2. Windows color (decimal): -2516779 or 13998297. OLE color: 13998297.

HSL color Cylindrical-coordinate representation of color #D998D5: hue angle of 303.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998D5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 213 -
CMYK 0 0.30 0.02 0.15
HSL 303.69º 0.46% 0.72% -
HSV(B) 303.69º 0.3% 0.85% -
XYZ 51.85 42.01 68.33 -
YUV 178.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 217 152 213 0 0.30 0.02 0.15 303.69 0.46 0.72
Hex D9 98 D5 0 1E 2 F 130 2E 48
Octal 331 230 325 0 36 2 17 460 56 110
Binary 11011001 10011000 11010101 0 11110 10 1111 100110000 101110 1001000

Color Harmonies of #D998D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998D5

Black with #D998D5

Text Example


Text Example

White with #D998D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998D5; }

 p { color: rgb(217,152,213); }

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

background-color css

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

 a { background-color: rgb(217,152,213); }

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

border-color css

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

 span { border-color: rgb(217,152,213); }

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