Html Css Color HEX #D392DD Plum

📋 copy color: '#D392DD'

red 211 ◦ green 146 ◦ blue 221

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

Shades of Plum #D392DD

Tints of Plum #D392DD

RGB

 RED value IS 211 (82.81% from 255) = 36.51%

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

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

R = 36.51%
G = 25.26%
B = 38.24%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D392DD (or 0xD392DD) is known color: Plum. HEX triplet: D3, 92 and DD. RGB value is (211,146,221). Sum of RGB (Red+Green+Blue) = 211+146+221=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392DD is #2C6D22. Grayscale: #ADADAD. Windows color (decimal): -2911523 or 14521043. OLE color: 14521043.

HSL color Cylindrical-coordinate representation of color #D392DD: hue angle of 292º 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 #D392DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 146 221 -
CMYK 0.05 0.34 0 0.13
HSL 292º 0.52% 0.72% -
HSV(B) 292º 0.34% 0.87% -
XYZ 50.19 39.63 73.41 -
YUV 173.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 211 146 221 0.05 0.34 0 0.13 292 0.52 0.72
Hex D3 92 DD 5 22 0 D 124 34 48
Octal 323 222 335 5 42 0 15 444 64 110
Binary 11010011 10010010 11011101 101 100010 0 1101 100100100 110100 1001000

Color Harmonies of #D392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392DD

Black with #D392DD

Text Example


Text Example

White with #D392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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