Html Css Color HEX #D896D2 Plum

📋 copy color: '#D896D2'

red 216 ◦ green 150 ◦ blue 210

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

Shades of Plum #D896D2

Tints of Plum #D896D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 37.5%
G = 26.04%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D896D2 (or 0xD896D2) is known color: Plum. HEX triplet: D8, 96 and D2. RGB value is (216,150,210). Sum of RGB (Red+Green+Blue) = 216+150+210=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D896D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896D2 is #27692D. Grayscale: #B0B0B0. Windows color (decimal): -2582830 or 13801176. OLE color: 13801176.

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

Color convert

RGB 216 150 210 -
CMYK 0 0.31 0.03 0.15
HSL 305.45º 0.46% 0.72% -
HSV(B) 305.45º 0.31% 0.85% -
XYZ 50.86 41.06 66.22 -
YUV 176.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 216 150 210 0 0.31 0.03 0.15 305.45 0.46 0.72
Hex D8 96 D2 0 1F 3 F 131 2E 48
Octal 330 226 322 0 37 3 17 461 56 110
Binary 11011000 10010110 11010010 0 11111 11 1111 100110001 101110 1001000

Color Harmonies of #D896D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896D2

Black with #D896D2

Text Example


Text Example

White with #D896D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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