Html Css Color HEX #D992E7 Plum

📋 copy color: '#D992E7'

red 217 ◦ green 146 ◦ blue 231

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

Shades of Plum #D992E7

Tints of Plum #D992E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 36.53%
G = 24.58%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D992E7 (or 0xD992E7) is known color: Plum. HEX triplet: D9, 92 and E7. RGB value is (217,146,231). Sum of RGB (Red+Green+Blue) = 217+146+231=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #D992E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992E7 is #266D18. Grayscale: #B0B0B0. Windows color (decimal): -2518297 or 15176409. OLE color: 15176409.

HSL color Cylindrical-coordinate representation of color #D992E7: hue angle of 290.12º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D992E7 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 146 231 -
CMYK 0.06 0.37 0 0.09
HSL 290.12º 0.64% 0.74% -
HSV(B) 290.12º 0.37% 0.91% -
XYZ 53.32 41.08 80.72 -
YUV 176.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 217 146 231 0.06 0.37 0 0.09 290.12 0.64 0.74
Hex D9 92 E7 6 25 0 9 122 40 4A
Octal 331 222 347 6 45 0 11 442 100 112
Binary 11011001 10010010 11100111 110 100101 0 1001 100100010 1000000 1001010

Color Harmonies of #D992E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992E7

Black with #D992E7

Text Example


Text Example

White with #D992E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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