Html Css Color HEX #D892D5 Plum

📋 copy color: '#D892D5'

red 216 ◦ green 146 ◦ blue 213

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

Shades of Plum #D892D5

Tints of Plum #D892D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.04%

R = 37.57%
G = 25.39%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D892D5 (or 0xD892D5) is known color: Plum. HEX triplet: D8, 92 and D5. RGB value is (216,146,213). Sum of RGB (Red+Green+Blue) = 216+146+213=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D5 is #276D2A. Grayscale: #AEAEAE. Windows color (decimal): -2583851 or 13996760. OLE color: 13996760.

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

Color convert

RGB 216 146 213 -
CMYK 0 0.32 0.01 0.15
HSL 302.57º 0.47% 0.71% -
HSV(B) 302.57º 0.32% 0.85% -
XYZ 50.61 39.96 68 -
YUV 174.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 216 146 213 0 0.32 0.01 0.15 302.57 0.47 0.71
Hex D8 92 D5 0 20 1 F 12F 2F 47
Octal 330 222 325 0 40 1 17 457 57 107
Binary 11011000 10010010 11010101 0 100000 1 1111 100101111 101111 1000111

Color Harmonies of #D892D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892D5

Black with #D892D5

Text Example


Text Example

White with #D892D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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