Html Css Color HEX #D892DB Plum

📋 copy color: '#D892DB'

red 216 ◦ green 146 ◦ blue 219

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

Shades of Plum #D892DB

Tints of Plum #D892DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.13%

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 37.18%
G = 25.13%
B = 37.69%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D892DB (or 0xD892DB) is known color: Plum. HEX triplet: D8, 92 and DB. RGB value is (216,146,219). Sum of RGB (Red+Green+Blue) = 216+146+219=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D892DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892DB is #276D24. Grayscale: #AFAFAF. Windows color (decimal): -2583845 or 14389976. OLE color: 14389976.

HSL color Cylindrical-coordinate representation of color #D892DB: hue angle of 297.53º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D892DB is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 146 219 -
CMYK 0.01 0.33 0 0.14
HSL 297.53º 0.5% 0.72% -
HSV(B) 297.53º 0.33% 0.86% -
XYZ 51.38 40.27 72.08 -
YUV 175.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 216 146 219 0.01 0.33 0 0.14 297.53 0.5 0.72
Hex D8 92 DB 1 21 0 E 12A 32 48
Octal 330 222 333 1 41 0 16 452 62 110
Binary 11011000 10010010 11011011 1 100001 0 1110 100101010 110010 1001000

Color Harmonies of #D892DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892DB

Black with #D892DB

Text Example


Text Example

White with #D892DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892DB; }

 p { color: rgb(216,146,219); }

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

background-color css

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

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

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

border-color css

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

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

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