Html Css Color HEX #DD94DC Plum

📋 copy color: '#DD94DC'

red 221 ◦ green 148 ◦ blue 220

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

Shades of Plum #DD94DC

Tints of Plum #DD94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 37.52%
G = 25.13%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD94DC (or 0xDD94DC) is known color: Plum. HEX triplet: DD, 94 and DC. RGB value is (221,148,220). Sum of RGB (Red+Green+Blue) = 221+148+220=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94DC is #226B23. Grayscale: #B1B1B1. Windows color (decimal): -2255652 or 14456029. OLE color: 14456029.

HSL color Cylindrical-coordinate representation of color #DD94DC: hue angle of 300.82º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94DC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 220 -
CMYK 0 0.33 0.00 0.13
HSL 300.82º 0.52% 0.72% -
HSV(B) 300.82º 0.33% 0.87% -
XYZ 53.33 41.72 72.95 -
YUV 178.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 221 148 220 0 0.33 0.00 0.13 300.82 0.52 0.72
Hex DD 94 DC 0 21 0 D 12D 34 48
Octal 335 224 334 0 41 0 15 455 64 110
Binary 11011101 10010100 11011100 0 100001 0 1101 100101101 110100 1001000

Color Harmonies of #DD94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94DC

Black with #DD94DC

Text Example


Text Example

White with #DD94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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