Html Css Color HEX #DD92D7 Plum

📋 copy color: '#DD92D7'

red 221 ◦ green 146 ◦ blue 215

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

Shades of Plum #DD92D7

Tints of Plum #DD92D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.94%

R = 37.97%
G = 25.09%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD92D7 (or 0xDD92D7) is known color: Plum. HEX triplet: DD, 92 and D7. RGB value is (221,146,215). Sum of RGB (Red+Green+Blue) = 221+146+215=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D7 is #226D28. Grayscale: #B0B0B0. Windows color (decimal): -2256169 or 14127837. OLE color: 14127837.

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

Color convert

RGB 221 146 215 -
CMYK 0 0.34 0.03 0.13
HSL 304.8º 0.52% 0.72% -
HSV(B) 304.8º 0.34% 0.87% -
XYZ 52.36 40.84 69.41 -
YUV 176.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 221 146 215 0 0.34 0.03 0.13 304.8 0.52 0.72
Hex DD 92 D7 0 22 3 D 131 34 48
Octal 335 222 327 0 42 3 15 461 64 110
Binary 11011101 10010010 11010111 0 100010 11 1101 100110001 110100 1001000

Color Harmonies of #DD92D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92D7

Black with #DD92D7

Text Example


Text Example

White with #DD92D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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