Html Css Color HEX #D894DD Plum

📋 copy color: '#D894DD'

red 216 ◦ green 148 ◦ blue 221

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

Shades of Plum #D894DD

Tints of Plum #D894DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 36.92%
G = 25.3%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D894DD (or 0xD894DD) is known color: Plum. HEX triplet: D8, 94 and DD. RGB value is (216,148,221). Sum of RGB (Red+Green+Blue) = 216+148+221=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D894DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894DD is #276B22. Grayscale: #B0B0B0. Windows color (decimal): -2583331 or 14521560. OLE color: 14521560.

HSL color Cylindrical-coordinate representation of color #D894DD: hue angle of 295.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D894DD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 148 221 -
CMYK 0.02 0.33 0 0.13
HSL 295.89º 0.52% 0.72% -
HSV(B) 295.89º 0.33% 0.87% -
XYZ 51.96 41 73.58 -
YUV 176.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 216 148 221 0.02 0.33 0 0.13 295.89 0.52 0.72
Hex D8 94 DD 2 21 0 D 128 34 48
Octal 330 224 335 2 41 0 15 450 64 110
Binary 11011000 10010100 11011101 10 100001 0 1101 100101000 110100 1001000

Color Harmonies of #D894DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894DD

Black with #D894DD

Text Example


Text Example

White with #D894DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894DD; }

 p { color: rgb(216,148,221); }

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

background-color css

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

 a { background-color: rgb(216,148,221); }

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

border-color css

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

 span { border-color: rgb(216,148,221); }

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