Html Css Color HEX #D895D5 Plum

📋 copy color: '#D895D5'

red 216 ◦ green 149 ◦ blue 213

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

Shades of Plum #D895D5

Tints of Plum #D895D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 37.37%
G = 25.78%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D895D5 (or 0xD895D5) is known color: Plum. HEX triplet: D8, 95 and D5. RGB value is (216,149,213). Sum of RGB (Red+Green+Blue) = 216+149+213=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D895D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895D5 is #276A2A. Grayscale: #B0B0B0. Windows color (decimal): -2583083 or 13997528. OLE color: 13997528.

HSL color Cylindrical-coordinate representation of color #D895D5: hue angle of 302.69º 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 #D895D5 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 149 213 -
CMYK 0 0.31 0.01 0.15
HSL 302.69º 0.46% 0.72% -
HSV(B) 302.69º 0.31% 0.85% -
XYZ 51.08 40.9 68.15 -
YUV 176.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 216 149 213 0 0.31 0.01 0.15 302.69 0.46 0.72
Hex D8 95 D5 0 1F 1 F 12F 2E 48
Octal 330 225 325 0 37 1 17 457 56 110
Binary 11011000 10010101 11010101 0 11111 1 1111 100101111 101110 1001000

Color Harmonies of #D895D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895D5

Black with #D895D5

Text Example


Text Example

White with #D895D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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