Html Css Color HEX #DD92D9 Plum

📋 copy color: '#DD92D9'

red 221 ◦ green 146 ◦ blue 217

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

Shades of Plum #DD92D9

Tints of Plum #DD92D9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD92D9 (or 0xDD92D9) is known color: Plum. HEX triplet: DD, 92 and D9. RGB value is (221,146,217). Sum of RGB (Red+Green+Blue) = 221+146+217=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D9 is #226D26. Grayscale: #B0B0B0. Windows color (decimal): -2256167 or 14258909. OLE color: 14258909.

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

Color convert

RGB 221 146 217 -
CMYK 0 0.34 0.02 0.13
HSL 303.2º 0.52% 0.72% -
HSV(B) 303.2º 0.34% 0.87% -
XYZ 52.62 40.94 70.77 -
YUV 176.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 221 146 217 0 0.34 0.02 0.13 303.2 0.52 0.72
Hex DD 92 D9 0 22 2 D 12F 34 48
Octal 335 222 331 0 42 2 15 457 64 110
Binary 11011101 10010010 11011001 0 100010 10 1101 100101111 110100 1001000

Color Harmonies of #DD92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92D9

Black with #DD92D9

Text Example


Text Example

White with #DD92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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