Html Css Color HEX #D998D4 Plum

📋 copy color: '#D998D4'

red 217 ◦ green 152 ◦ blue 212

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

Shades of Plum #D998D4

Tints of Plum #D998D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 37.35%
G = 26.16%
B = 36.49%

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

#D998D4 (or 0xD998D4) is known color: Plum. HEX triplet: D9, 98 and D4. RGB value is (217,152,212). Sum of RGB (Red+Green+Blue) = 217+152+212=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D4 is #26672B. Grayscale: #B2B2B2. Windows color (decimal): -2516780 or 13932761. OLE color: 13932761.

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

Color convert

RGB 217 152 212 -
CMYK 0 0.30 0.02 0.15
HSL 304.62º 0.46% 0.72% -
HSV(B) 304.62º 0.3% 0.85% -
XYZ 51.73 41.96 67.66 -
YUV 178.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 217 152 212 0 0.30 0.02 0.15 304.62 0.46 0.72
Hex D9 98 D4 0 1E 2 F 131 2E 48
Octal 331 230 324 0 36 2 17 461 56 110
Binary 11011001 10011000 11010100 0 11110 10 1111 100110001 101110 1001000

Color Harmonies of #D998D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998D4

Black with #D998D4

Text Example


Text Example

White with #D998D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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