Html Css Color HEX #D892DA Plum

📋 copy color: '#D892DA'

red 216 ◦ green 146 ◦ blue 218

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

Shades of Plum #D892DA

Tints of Plum #D892DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 37.24%
G = 25.17%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D892DA (or 0xD892DA) is known color: Plum. HEX triplet: D8, 92 and DA. RGB value is (216,146,218). Sum of RGB (Red+Green+Blue) = 216+146+218=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D892DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892DA is #276D25. Grayscale: #AEAEAE. Windows color (decimal): -2583846 or 14324440. OLE color: 14324440.

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

Color convert

RGB 216 146 218 -
CMYK 0.01 0.33 0 0.15
HSL 298.33º 0.49% 0.71% -
HSV(B) 298.33º 0.33% 0.85% -
XYZ 51.25 40.22 71.39 -
YUV 175.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 216 146 218 0.01 0.33 0 0.15 298.33 0.49 0.71
Hex D8 92 DA 1 21 0 F 12A 31 47
Octal 330 222 332 1 41 0 17 452 61 107
Binary 11011000 10010010 11011010 1 100001 0 1111 100101010 110001 1000111

Color Harmonies of #D892DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892DA

Black with #D892DA

Text Example


Text Example

White with #D892DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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