Html Css Color HEX #D892D7 Plum

📋 copy color: '#D892D7'

red 216 ◦ green 146 ◦ blue 215

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

Shades of Plum #D892D7

Tints of Plum #D892D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 37.44%
G = 25.3%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D892D7 (or 0xD892D7) is known color: Plum. HEX triplet: D8, 92 and D7. RGB value is (216,146,215). Sum of RGB (Red+Green+Blue) = 216+146+215=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D7 is #276D28. Grayscale: #AEAEAE. Windows color (decimal): -2583849 or 14127832. OLE color: 14127832.

HSL color Cylindrical-coordinate representation of color #D892D7: hue angle of 300.86º 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 #D892D7 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 215 -
CMYK 0 0.32 0.00 0.15
HSL 300.86º 0.47% 0.71% -
HSV(B) 300.86º 0.32% 0.85% -
XYZ 50.86 40.06 69.34 -
YUV 174.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 216 146 215 0 0.32 0.00 0.15 300.86 0.47 0.71
Hex D8 92 D7 0 20 0 F 12D 2F 47
Octal 330 222 327 0 40 0 17 455 57 107
Binary 11011000 10010010 11010111 0 100000 0 1111 100101101 101111 1000111

Color Harmonies of #D892D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892D7

Black with #D892D7

Text Example


Text Example

White with #D892D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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