Html Css Color HEX #D992EA Plum

📋 copy color: '#D992EA'

red 217 ◦ green 146 ◦ blue 234

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

Shades of Plum #D992EA

Tints of Plum #D992EA

RGB

 RED value IS 217 (85.16% from 255) = 36.35%

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 36.35%
G = 24.46%
B = 39.2%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D992EA (or 0xD992EA) is known color: Plum. HEX triplet: D9, 92 and EA. RGB value is (217,146,234). Sum of RGB (Red+Green+Blue) = 217+146+234=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D992EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992EA is #266D15. Grayscale: #B0B0B0. Windows color (decimal): -2518294 or 15373017. OLE color: 15373017.

HSL color Cylindrical-coordinate representation of color #D992EA: hue angle of 288.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D992EA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 146 234 -
CMYK 0.07 0.38 0 0.08
HSL 288.41º 0.68% 0.75% -
HSV(B) 288.41º 0.38% 0.92% -
XYZ 53.75 41.25 82.97 -
YUV 177.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 217 146 234 0.07 0.38 0 0.08 288.41 0.68 0.75
Hex D9 92 EA 7 26 0 8 120 44 4B
Octal 331 222 352 7 46 0 10 440 104 113
Binary 11011001 10010010 11101010 111 100110 0 1000 100100000 1000100 1001011

Color Harmonies of #D992EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992EA

Black with #D992EA

Text Example


Text Example

White with #D992EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992EA; }

 p { color: rgb(217,146,234); }

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

background-color css

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

 a { background-color: rgb(217,146,234); }

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

border-color css

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

 span { border-color: rgb(217,146,234); }

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