Html Css Color HEX #D895DC Plum

📋 copy color: '#D895DC'

red 216 ◦ green 149 ◦ blue 220

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

Shades of Plum #D895DC

Tints of Plum #D895DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 36.92%
G = 25.47%
B = 37.61%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D895DC (or 0xD895DC) is known color: Plum. HEX triplet: D8, 95 and DC. RGB value is (216,149,220). Sum of RGB (Red+Green+Blue) = 216+149+220=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D895DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DC is #276A23. Grayscale: #B0B0B0. Windows color (decimal): -2583076 or 14456280. OLE color: 14456280.

HSL color Cylindrical-coordinate representation of color #D895DC: hue angle of 296.62º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D895DC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 149 220 -
CMYK 0.02 0.32 0 0.14
HSL 296.62º 0.5% 0.72% -
HSV(B) 296.62º 0.32% 0.86% -
XYZ 51.98 41.26 72.93 -
YUV 177.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 216 149 220 0.02 0.32 0 0.14 296.62 0.5 0.72
Hex D8 95 DC 2 20 0 E 129 32 48
Octal 330 225 334 2 40 0 16 451 62 110
Binary 11011000 10010101 11011100 10 100000 0 1110 100101001 110010 1001000

Color Harmonies of #D895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895DC

Black with #D895DC

Text Example


Text Example

White with #D895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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