Html Css Color HEX #D896E4 Plum

📋 copy color: '#D896E4'

red 216 ◦ green 150 ◦ blue 228

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

Shades of Plum #D896E4

Tints of Plum #D896E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.38%

R = 36.36%
G = 25.25%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D896E4 (or 0xD896E4) is known color: Plum. HEX triplet: D8, 96 and E4. RGB value is (216,150,228). Sum of RGB (Red+Green+Blue) = 216+150+228=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #D896E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896E4 is #27691B. Grayscale: #B2B2B2. Windows color (decimal): -2582812 or 14980824. OLE color: 14980824.

HSL color Cylindrical-coordinate representation of color #D896E4: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D896E4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 150 228 -
CMYK 0.05 0.34 0 0.11
HSL 290.77º 0.59% 0.74% -
HSV(B) 290.77º 0.34% 0.89% -
XYZ 53.23 42.01 78.7 -
YUV 178.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 216 150 228 0.05 0.34 0 0.11 290.77 0.59 0.74
Hex D8 96 E4 5 22 0 B 123 3B 4A
Octal 330 226 344 5 42 0 13 443 73 112
Binary 11011000 10010110 11100100 101 100010 0 1011 100100011 111011 1001010

Color Harmonies of #D896E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896E4

Black with #D896E4

Text Example


Text Example

White with #D896E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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