Html Css Color HEX #D992DD Plum

📋 copy color: '#D992DD'

red 217 ◦ green 146 ◦ blue 221

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

Shades of Plum #D992DD

Tints of Plum #D992DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 37.16%
G = 25%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D992DD (or 0xD992DD) is known color: Plum. HEX triplet: D9, 92 and DD. RGB value is (217,146,221). Sum of RGB (Red+Green+Blue) = 217+146+221=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D992DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992DD is #266D22. Grayscale: #AFAFAF. Windows color (decimal): -2518307 or 14521049. OLE color: 14521049.

HSL color Cylindrical-coordinate representation of color #D992DD: hue angle of 296.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D992DD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 146 221 -
CMYK 0.02 0.34 0 0.13
HSL 296.8º 0.52% 0.72% -
HSV(B) 296.8º 0.34% 0.87% -
XYZ 51.95 40.53 73.49 -
YUV 175.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 217 146 221 0.02 0.34 0 0.13 296.8 0.52 0.72
Hex D9 92 DD 2 22 0 D 129 34 48
Octal 331 222 335 2 42 0 15 451 64 110
Binary 11011001 10010010 11011101 10 100010 0 1101 100101001 110100 1001000

Color Harmonies of #D992DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992DD

Black with #D992DD

Text Example


Text Example

White with #D992DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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