Html Css Color HEX #D998CF Plum

📋 copy color: '#D998CF'

red 217 ◦ green 152 ◦ blue 207

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

Shades of Plum #D998CF

Tints of Plum #D998CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 37.67%
G = 26.39%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D998CF (or 0xD998CF) is known color: Plum. HEX triplet: D9, 98 and CF. RGB value is (217,152,207). Sum of RGB (Red+Green+Blue) = 217+152+207=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D998CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998CF is #266730. Grayscale: #B1B1B1. Windows color (decimal): -2516785 or 13605081. OLE color: 13605081.

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

Color convert

RGB 217 152 207 -
CMYK 0 0.30 0.05 0.15
HSL 309.23º 0.46% 0.72% -
HSV(B) 309.23º 0.3% 0.85% -
XYZ 51.11 41.71 64.39 -
YUV 177.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 217 152 207 0 0.30 0.05 0.15 309.23 0.46 0.72
Hex D9 98 CF 0 1E 5 F 135 2E 48
Octal 331 230 317 0 36 5 17 465 56 110
Binary 11011001 10011000 11001111 0 11110 101 1111 100110101 101110 1001000

Color Harmonies of #D998CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998CF

Black with #D998CF

Text Example


Text Example

White with #D998CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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