Html Css Color HEX #D895D7 Plum

📋 copy color: '#D895D7'

red 216 ◦ green 149 ◦ blue 215

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

Shades of Plum #D895D7

Tints of Plum #D895D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 37.24%
G = 25.69%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D895D7 (or 0xD895D7) is known color: Plum. HEX triplet: D8, 95 and D7. RGB value is (216,149,215). Sum of RGB (Red+Green+Blue) = 216+149+215=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D895D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895D7 is #276A28. Grayscale: #B0B0B0. Windows color (decimal): -2583081 or 14128600. OLE color: 14128600.

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

Color convert

RGB 216 149 215 -
CMYK 0 0.31 0.00 0.15
HSL 300.9º 0.46% 0.72% -
HSV(B) 300.9º 0.31% 0.85% -
XYZ 51.33 41 69.5 -
YUV 176.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 216 149 215 0 0.31 0.00 0.15 300.9 0.46 0.72
Hex D8 95 D7 0 1F 0 F 12D 2E 48
Octal 330 225 327 0 37 0 17 455 56 110
Binary 11011000 10010101 11010111 0 11111 0 1111 100101101 101110 1001000

Color Harmonies of #D895D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895D7

Black with #D895D7

Text Example


Text Example

White with #D895D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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