Html Css Color HEX #D896D6 Plum

📋 copy color: '#D896D6'

red 216 ◦ green 150 ◦ blue 214

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

Shades of Plum #D896D6

Tints of Plum #D896D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 37.24%
G = 25.86%
B = 36.9%

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

#D896D6 (or 0xD896D6) is known color: Plum. HEX triplet: D8, 96 and D6. RGB value is (216,150,214). Sum of RGB (Red+Green+Blue) = 216+150+214=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D896D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896D6 is #276929. Grayscale: #B0B0B0. Windows color (decimal): -2582826 or 14063320. OLE color: 14063320.

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

Color convert

RGB 216 150 214 -
CMYK 0 0.31 0.01 0.15
HSL 301.82º 0.46% 0.72% -
HSV(B) 301.82º 0.31% 0.85% -
XYZ 51.36 41.27 68.88 -
YUV 177.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 216 150 214 0 0.31 0.01 0.15 301.82 0.46 0.72
Hex D8 96 D6 0 1F 1 F 12E 2E 48
Octal 330 226 326 0 37 1 17 456 56 110
Binary 11011000 10010110 11010110 0 11111 1 1111 100101110 101110 1001000

Color Harmonies of #D896D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896D6

Black with #D896D6

Text Example


Text Example

White with #D896D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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