Html Css Color HEX #D892E5 Plum

📋 copy color: '#D892E5'

red 216 ◦ green 146 ◦ blue 229

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

Shades of Plum #D892E5

Tints of Plum #D892E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.75%

R = 36.55%
G = 24.7%
B = 38.75%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D892E5 (or 0xD892E5) is known color: Plum. HEX triplet: D8, 92 and E5. RGB value is (216,146,229). Sum of RGB (Red+Green+Blue) = 216+146+229=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #D892E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892E5 is #276D1A. Grayscale: #B0B0B0. Windows color (decimal): -2583835 or 15045336. OLE color: 15045336.

HSL color Cylindrical-coordinate representation of color #D892E5: hue angle of 290.6º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D892E5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 146 229 -
CMYK 0.06 0.36 0 0.10
HSL 290.6º 0.61% 0.74% -
HSV(B) 290.6º 0.36% 0.9% -
XYZ 52.74 40.81 79.23 -
YUV 176.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 216 146 229 0.06 0.36 0 0.10 290.6 0.61 0.74
Hex D8 92 E5 6 24 0 A 123 3D 4A
Octal 330 222 345 6 44 0 12 443 75 112
Binary 11011000 10010010 11100101 110 100100 0 1010 100100011 111101 1001010

Color Harmonies of #D892E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892E5

Black with #D892E5

Text Example


Text Example

White with #D892E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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