Html Css Color HEX #D99FE5 Plum

📋 copy color: '#D99FE5'

red 217 ◦ green 159 ◦ blue 229

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

Shades of Plum #D99FE5

Tints of Plum #D99FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.28%

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 35.87%
G = 26.28%
B = 37.85%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D99FE5 (or 0xD99FE5) is known color: Plum. HEX triplet: D9, 9F and E5. RGB value is (217,159,229). Sum of RGB (Red+Green+Blue) = 217+159+229=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FE5 is #26601A. Grayscale: #B8B8B8. Windows color (decimal): -2514971 or 15048665. OLE color: 15048665.

HSL color Cylindrical-coordinate representation of color #D99FE5: hue angle of 289.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99FE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 159 229 -
CMYK 0.05 0.31 0 0.10
HSL 289.71º 0.57% 0.76% -
HSV(B) 289.71º 0.31% 0.9% -
XYZ 55.16 45.21 79.95 -
YUV 184.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 217 159 229 0.05 0.31 0 0.10 289.71 0.57 0.76
Hex D9 9F E5 5 1F 0 A 122 39 4C
Octal 331 237 345 5 37 0 12 442 71 114
Binary 11011001 10011111 11100101 101 11111 0 1010 100100010 111001 1001100

Color Harmonies of #D99FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FE5

Black with #D99FE5

Text Example


Text Example

White with #D99FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FE5; }

 p { color: rgb(217,159,229); }

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

background-color css

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

 a { background-color: rgb(217,159,229); }

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

border-color css

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

 span { border-color: rgb(217,159,229); }

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