Html Css Color HEX #DD92E3 Plum

📋 copy color: '#DD92E3'

red 221 ◦ green 146 ◦ blue 227

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

Shades of Plum #DD92E3

Tints of Plum #DD92E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.22%

R = 37.21%
G = 24.58%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD92E3 (or 0xDD92E3) is known color: Plum. HEX triplet: DD, 92 and E3. RGB value is (221,146,227). Sum of RGB (Red+Green+Blue) = 221+146+227=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD92E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92E3 is #226D1C. Grayscale: #B1B1B1. Windows color (decimal): -2256157 or 14914269. OLE color: 14914269.

HSL color Cylindrical-coordinate representation of color #DD92E3: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD92E3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 146 227 -
CMYK 0.03 0.36 0 0.11
HSL 295.56º 0.59% 0.73% -
HSV(B) 295.56º 0.36% 0.89% -
XYZ 53.96 41.48 77.83 -
YUV 177.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 221 146 227 0.03 0.36 0 0.11 295.56 0.59 0.73
Hex DD 92 E3 3 24 0 B 128 3B 49
Octal 335 222 343 3 44 0 13 450 73 111
Binary 11011101 10010010 11100011 11 100100 0 1011 100101000 111011 1001001

Color Harmonies of #DD92E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92E3

Black with #DD92E3

Text Example


Text Example

White with #DD92E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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