Html Css Color HEX #DD92DA Plum

📋 copy color: '#DD92DA'

red 221 ◦ green 146 ◦ blue 218

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

Shades of Plum #DD92DA

Tints of Plum #DD92DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 37.78%
G = 24.96%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD92DA (or 0xDD92DA) is known color: Plum. HEX triplet: DD, 92 and DA. RGB value is (221,146,218). Sum of RGB (Red+Green+Blue) = 221+146+218=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DA is #226D25. Grayscale: #B0B0B0. Windows color (decimal): -2256166 or 14324445. OLE color: 14324445.

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

Color convert

RGB 221 146 218 -
CMYK 0 0.34 0.01 0.13
HSL 302.4º 0.52% 0.72% -
HSV(B) 302.4º 0.34% 0.87% -
XYZ 52.75 40.99 71.46 -
YUV 176.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 221 146 218 0 0.34 0.01 0.13 302.4 0.52 0.72
Hex DD 92 DA 0 22 1 D 12E 34 48
Octal 335 222 332 0 42 1 15 456 64 110
Binary 11011101 10010010 11011010 0 100010 1 1101 100101110 110100 1001000

Color Harmonies of #DD92DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92DA

Black with #DD92DA

Text Example


Text Example

White with #DD92DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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