Html Css Color HEX #D99FE4 Plum

📋 copy color: '#D99FE4'

red 217 ◦ green 159 ◦ blue 228

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

Shades of Plum #D99FE4

Tints of Plum #D99FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 35.93%
G = 26.32%
B = 37.75%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D99FE4 (or 0xD99FE4) is known color: Plum. HEX triplet: D9, 9F and E4. RGB value is (217,159,228). Sum of RGB (Red+Green+Blue) = 217+159+228=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #D99FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FE4 is #26601B. Grayscale: #B7B7B7. Windows color (decimal): -2514972 or 14983129. OLE color: 14983129.

HSL color Cylindrical-coordinate representation of color #D99FE4: hue angle of 290.43º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99FE4 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 159 228 -
CMYK 0.05 0.30 0 0.11
HSL 290.43º 0.56% 0.76% -
HSV(B) 290.43º 0.3% 0.89% -
XYZ 55.02 45.15 79.21 -
YUV 184.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 217 159 228 0.05 0.30 0 0.11 290.43 0.56 0.76
Hex D9 9F E4 5 1E 0 B 122 38 4C
Octal 331 237 344 5 36 0 13 442 70 114
Binary 11011001 10011111 11100100 101 11110 0 1011 100100010 111000 1001100

Color Harmonies of #D99FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FE4

Black with #D99FE4

Text Example


Text Example

White with #D99FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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