Html Css Color HEX #D99BEA Plum

📋 copy color: '#D99BEA'

red 217 ◦ green 155 ◦ blue 234

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

Shades of Plum #D99BEA

Tints of Plum #D99BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.58%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 35.81%
G = 25.58%
B = 38.61%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99BEA (or 0xD99BEA) is known color: Plum. HEX triplet: D9, 9B and EA. RGB value is (217,155,234). Sum of RGB (Red+Green+Blue) = 217+155+234=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEA is #266415. Grayscale: #B6B6B6. Windows color (decimal): -2515990 or 15375321. OLE color: 15375321.

HSL color Cylindrical-coordinate representation of color #D99BEA: hue angle of 287.09º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99BEA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 155 234 -
CMYK 0.07 0.34 0 0.08
HSL 287.09º 0.65% 0.76% -
HSV(B) 287.09º 0.34% 0.92% -
XYZ 55.19 44.13 83.45 -
YUV 182.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 217 155 234 0.07 0.34 0 0.08 287.09 0.65 0.76
Hex D9 9B EA 7 22 0 8 11F 41 4C
Octal 331 233 352 7 42 0 10 437 101 114
Binary 11011001 10011011 11101010 111 100010 0 1000 100011111 1000001 1001100

Color Harmonies of #D99BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BEA

Black with #D99BEA

Text Example


Text Example

White with #D99BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BEA; }

 p { color: rgb(217,155,234); }

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

background-color css

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

 a { background-color: rgb(217,155,234); }

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

border-color css

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

 span { border-color: rgb(217,155,234); }

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