Html Css Color HEX #DD94DA Plum

📋 copy color: '#DD94DA'

red 221 ◦ green 148 ◦ blue 218

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

Shades of Plum #DD94DA

Tints of Plum #DD94DA

RGB

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

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

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

R = 37.65%
G = 25.21%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD94DA (or 0xDD94DA) is known color: Plum. HEX triplet: DD, 94 and DA. RGB value is (221,148,218). Sum of RGB (Red+Green+Blue) = 221+148+218=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94DA is #226B25. Grayscale: #B1B1B1. Windows color (decimal): -2255654 or 14324957. OLE color: 14324957.

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

Color convert

RGB 221 148 218 -
CMYK 0 0.33 0.01 0.13
HSL 302.47º 0.52% 0.72% -
HSV(B) 302.47º 0.33% 0.87% -
XYZ 53.06 41.61 71.57 -
YUV 177.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 221 148 218 0 0.33 0.01 0.13 302.47 0.52 0.72
Hex DD 94 DA 0 21 1 D 12E 34 48
Octal 335 224 332 0 41 1 15 456 64 110
Binary 11011101 10010100 11011010 0 100001 1 1101 100101110 110100 1001000

Color Harmonies of #DD94DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94DA

Black with #DD94DA

Text Example


Text Example

White with #DD94DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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