Html Css Color HEX #D896E6 Plum

📋 copy color: '#D896E6'

red 216 ◦ green 150 ◦ blue 230

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

Shades of Plum #D896E6

Tints of Plum #D896E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 36.24%
G = 25.17%
B = 38.59%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D896E6 (or 0xD896E6) is known color: Plum. HEX triplet: D8, 96 and E6. RGB value is (216,150,230). Sum of RGB (Red+Green+Blue) = 216+150+230=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #D896E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896E6 is #276919. Grayscale: #B2B2B2. Windows color (decimal): -2582810 or 15111896. OLE color: 15111896.

HSL color Cylindrical-coordinate representation of color #D896E6: hue angle of 289.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D896E6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 150 230 -
CMYK 0.06 0.35 0 0.10
HSL 289.5º 0.62% 0.75% -
HSV(B) 289.5º 0.35% 0.9% -
XYZ 53.51 42.12 80.17 -
YUV 178.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 216 150 230 0.06 0.35 0 0.10 289.5 0.62 0.75
Hex D8 96 E6 6 23 0 A 122 3E 4B
Octal 330 226 346 6 43 0 12 442 76 113
Binary 11011000 10010110 11100110 110 100011 0 1010 100100010 111110 1001011

Color Harmonies of #D896E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896E6

Black with #D896E6

Text Example


Text Example

White with #D896E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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