Html Css Color HEX #D892E0 Plum

📋 copy color: '#D892E0'

red 216 ◦ green 146 ◦ blue 224

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

Shades of Plum #D892E0

Tints of Plum #D892E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 36.86%
G = 24.91%
B = 38.23%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D892E0 (or 0xD892E0) is known color: Plum. HEX triplet: D8, 92 and E0. RGB value is (216,146,224). Sum of RGB (Red+Green+Blue) = 216+146+224=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D892E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892E0 is #276D1F. Grayscale: #AFAFAF. Windows color (decimal): -2583840 or 14717656. OLE color: 14717656.

HSL color Cylindrical-coordinate representation of color #D892E0: hue angle of 293.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D892E0 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 146 224 -
CMYK 0.04 0.35 0 0.12
HSL 293.85º 0.56% 0.73% -
HSV(B) 293.85º 0.35% 0.88% -
XYZ 52.05 40.54 75.6 -
YUV 175.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 216 146 224 0.04 0.35 0 0.12 293.85 0.56 0.73
Hex D8 92 E0 4 23 0 C 126 38 49
Octal 330 222 340 4 43 0 14 446 70 111
Binary 11011000 10010010 11100000 100 100011 0 1100 100100110 111000 1001001

Color Harmonies of #D892E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892E0

Black with #D892E0

Text Example


Text Example

White with #D892E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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