Html Css Color HEX #DD94E0 Plum

📋 copy color: '#DD94E0'

red 221 ◦ green 148 ◦ blue 224

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

Shades of Plum #DD94E0

Tints of Plum #DD94E0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.96%

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 37.27%
G = 24.96%
B = 37.77%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD94E0 (or 0xDD94E0) is known color: Plum. HEX triplet: DD, 94 and E0. RGB value is (221,148,224). Sum of RGB (Red+Green+Blue) = 221+148+224=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94E0 is #226B1F. Grayscale: #B2B2B2. Windows color (decimal): -2255648 or 14718173. OLE color: 14718173.

HSL color Cylindrical-coordinate representation of color #DD94E0: hue angle of 297.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD94E0 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 148 224 -
CMYK 0.01 0.34 0 0.12
HSL 297.63º 0.55% 0.73% -
HSV(B) 297.63º 0.34% 0.88% -
XYZ 53.86 41.93 75.78 -
YUV 178.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 221 148 224 0.01 0.34 0 0.12 297.63 0.55 0.73
Hex DD 94 E0 1 22 0 C 12A 37 49
Octal 335 224 340 1 42 0 14 452 67 111
Binary 11011101 10010100 11100000 1 100010 0 1100 100101010 110111 1001001

Color Harmonies of #DD94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94E0

Black with #DD94E0

Text Example


Text Example

White with #DD94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94E0; }

 p { color: rgb(221,148,224); }

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

background-color css

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

 a { background-color: rgb(221,148,224); }

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

border-color css

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

 span { border-color: rgb(221,148,224); }

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