Html Css Color HEX #D999CF Plum

📋 copy color: '#D999CF'

red 217 ◦ green 153 ◦ blue 207

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

Shades of Plum #D999CF

Tints of Plum #D999CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.52%

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

R = 37.61%
G = 26.52%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D999CF (or 0xD999CF) is known color: Plum. HEX triplet: D9, 99 and CF. RGB value is (217,153,207). Sum of RGB (Red+Green+Blue) = 217+153+207=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CF is #266630. Grayscale: #B2B2B2. Windows color (decimal): -2516529 or 13605337. OLE color: 13605337.

HSL color Cylindrical-coordinate representation of color #D999CF: hue angle of 309.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999CF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 207 -
CMYK 0 0.29 0.05 0.15
HSL 309.38º 0.46% 0.73% -
HSV(B) 309.38º 0.29% 0.85% -
XYZ 51.27 42.04 64.44 -
YUV 178.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 217 153 207 0 0.29 0.05 0.15 309.38 0.46 0.73
Hex D9 99 CF 0 1D 5 F 135 2E 49
Octal 331 231 317 0 35 5 17 465 56 111
Binary 11011001 10011001 11001111 0 11101 101 1111 100110101 101110 1001001

Color Harmonies of #D999CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999CF

Black with #D999CF

Text Example


Text Example

White with #D999CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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