Html Css Color HEX #D896CE Plum

📋 copy color: '#D896CE'

red 216 ◦ green 150 ◦ blue 206

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

Shades of Plum #D896CE

Tints of Plum #D896CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.22%

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

R = 37.76%
G = 26.22%
B = 36.01%

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

#D896CE (or 0xD896CE) is known color: Plum. HEX triplet: D8, 96 and CE. RGB value is (216,150,206). Sum of RGB (Red+Green+Blue) = 216+150+206=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CE is #276931. Grayscale: #AFAFAF. Windows color (decimal): -2582834 or 13539032. OLE color: 13539032.

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

Color convert

RGB 216 150 206 -
CMYK 0 0.31 0.05 0.15
HSL 309.09º 0.46% 0.72% -
HSV(B) 309.09º 0.31% 0.85% -
XYZ 50.37 40.87 63.63 -
YUV 176.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 216 150 206 0 0.31 0.05 0.15 309.09 0.46 0.72
Hex D8 96 CE 0 1F 5 F 135 2E 48
Octal 330 226 316 0 37 5 17 465 56 110
Binary 11011000 10010110 11001110 0 11111 101 1111 100110101 101110 1001000

Color Harmonies of #D896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896CE

Black with #D896CE

Text Example


Text Example

White with #D896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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