Html Css Color HEX #D895E9 Plum

📋 copy color: '#D895E9'

red 216 ◦ green 149 ◦ blue 233

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

Shades of Plum #D895E9

Tints of Plum #D895E9

RGB

 RED value IS 216 (84.77% from 255) = 36.12%

 GREEN value IS 149 (58.59% from 255) = 24.92%

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 36.12%
G = 24.92%
B = 38.96%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D895E9 (or 0xD895E9) is known color: Plum. HEX triplet: D8, 95 and E9. RGB value is (216,149,233). Sum of RGB (Red+Green+Blue) = 216+149+233=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #D895E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895E9 is #276A16. Grayscale: #B2B2B2. Windows color (decimal): -2583063 or 15308248. OLE color: 15308248.

HSL color Cylindrical-coordinate representation of color #D895E9: hue angle of 287.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D895E9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 149 233 -
CMYK 0.07 0.36 0 0.09
HSL 287.86º 0.66% 0.75% -
HSV(B) 287.86º 0.36% 0.91% -
XYZ 53.77 41.98 82.36 -
YUV 178.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 216 149 233 0.07 0.36 0 0.09 287.86 0.66 0.75
Hex D8 95 E9 7 24 0 9 120 42 4B
Octal 330 225 351 7 44 0 11 440 102 113
Binary 11011000 10010101 11101001 111 100100 0 1001 100100000 1000010 1001011

Color Harmonies of #D895E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895E9

Black with #D895E9

Text Example


Text Example

White with #D895E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895E9; }

 p { color: rgb(216,149,233); }

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

background-color css

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

 a { background-color: rgb(216,149,233); }

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

border-color css

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

 span { border-color: rgb(216,149,233); }

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