Html Css Color HEX #DD94EA Plum

📋 copy color: '#DD94EA'

red 221 ◦ green 148 ◦ blue 234

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

Shades of Plum #DD94EA

Tints of Plum #DD94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 36.65%
G = 24.54%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD94EA (or 0xDD94EA) is known color: Plum. HEX triplet: DD, 94 and EA. RGB value is (221,148,234). Sum of RGB (Red+Green+Blue) = 221+148+234=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94EA is #226B15. Grayscale: #B3B3B3. Windows color (decimal): -2255638 or 15373533. OLE color: 15373533.

HSL color Cylindrical-coordinate representation of color #DD94EA: hue angle of 290.93º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD94EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 148 234 -
CMYK 0.06 0.37 0 0.08
HSL 290.93º 0.67% 0.75% -
HSV(B) 290.93º 0.37% 0.92% -
XYZ 55.26 42.49 83.13 -
YUV 179.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 221 148 234 0.06 0.37 0 0.08 290.93 0.67 0.75
Hex DD 94 EA 6 25 0 8 123 43 4B
Octal 335 224 352 6 45 0 10 443 103 113
Binary 11011101 10010100 11101010 110 100101 0 1000 100100011 1000011 1001011

Color Harmonies of #DD94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94EA

Black with #DD94EA

Text Example


Text Example

White with #DD94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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