Html Css Color HEX #D895CE Plum

📋 copy color: '#D895CE'

red 216 ◦ green 149 ◦ blue 206

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

Shades of Plum #D895CE

Tints of Plum #D895CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 37.83%
G = 26.09%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D895CE (or 0xD895CE) is known color: Plum. HEX triplet: D8, 95 and CE. RGB value is (216,149,206). Sum of RGB (Red+Green+Blue) = 216+149+206=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D895CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895CE is #276A31. Grayscale: #AFAFAF. Windows color (decimal): -2583090 or 13538776. OLE color: 13538776.

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

Color convert

RGB 216 149 206 -
CMYK 0 0.31 0.05 0.15
HSL 308.96º 0.46% 0.72% -
HSV(B) 308.96º 0.31% 0.85% -
XYZ 50.21 40.55 63.57 -
YUV 175.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 216 149 206 0 0.31 0.05 0.15 308.96 0.46 0.72
Hex D8 95 CE 0 1F 5 F 135 2E 48
Octal 330 225 316 0 37 5 17 465 56 110
Binary 11011000 10010101 11001110 0 11111 101 1111 100110101 101110 1001000

Color Harmonies of #D895CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895CE

Black with #D895CE

Text Example


Text Example

White with #D895CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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