Html Css Color HEX #DD92ED Plum

📋 copy color: '#DD92ED'

red 221 ◦ green 146 ◦ blue 237

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

Shades of Plum #DD92ED

Tints of Plum #DD92ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 36.59%
G = 24.17%
B = 39.24%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD92ED (or 0xDD92ED) is known color: Plum. HEX triplet: DD, 92 and ED. RGB value is (221,146,237). Sum of RGB (Red+Green+Blue) = 221+146+237=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92ED is #226D12. Grayscale: #B2B2B2. Windows color (decimal): -2256147 or 15569629. OLE color: 15569629.

HSL color Cylindrical-coordinate representation of color #DD92ED: hue angle of 289.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD92ED is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 146 237 -
CMYK 0.07 0.38 0 0.07
HSL 289.45º 0.72% 0.75% -
HSV(B) 289.45º 0.38% 0.93% -
XYZ 55.38 42.04 85.32 -
YUV 178.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 221 146 237 0.07 0.38 0 0.07 289.45 0.72 0.75
Hex DD 92 ED 7 26 0 7 121 48 4B
Octal 335 222 355 7 46 0 7 441 110 113
Binary 11011101 10010010 11101101 111 100110 0 111 100100001 1001000 1001011

Color Harmonies of #DD92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92ED

Black with #DD92ED

Text Example


Text Example

White with #DD92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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