Html Css Color HEX #D894D8 Plum

📋 copy color: '#D894D8'

red 216 ◦ green 148 ◦ blue 216

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

Shades of Plum #D894D8

Tints of Plum #D894D8

RGB

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

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

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

R = 37.24%
G = 25.52%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D894D8 (or 0xD894D8) is known color: Plum. HEX triplet: D8, 94 and D8. RGB value is (216,148,216). Sum of RGB (Red+Green+Blue) = 216+148+216=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D894D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D8 is #276B27. Grayscale: #AFAFAF. Windows color (decimal): -2583336 or 14193880. OLE color: 14193880.

HSL color Cylindrical-coordinate representation of color #D894D8: hue angle of 300º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894D8 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 216 -
CMYK 0 0.31 0 0.15
HSL 300º 0.47% 0.71% -
HSV(B) 300º 0.31% 0.85% -
XYZ 51.3 40.74 70.12 -
YUV 176.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 216 148 216 0 0.31 0 0.15 300 0.47 0.71
Hex D8 94 D8 0 1F 0 F 12C 2F 47
Octal 330 224 330 0 37 0 17 454 57 107
Binary 11011000 10010100 11011000 0 11111 0 1111 100101100 101111 1000111

Color Harmonies of #D894D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894D8

Black with #D894D8

Text Example


Text Example

White with #D894D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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