Html Css Color HEX #DD90EC Plum

📋 copy color: '#DD90EC'

red 221 ◦ green 144 ◦ blue 236

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

Shades of Plum #DD90EC

Tints of Plum #DD90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.96%

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 36.77%
G = 23.96%
B = 39.27%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD90EC (or 0xDD90EC) is known color: Plum. HEX triplet: DD, 90 and EC. RGB value is (221,144,236). Sum of RGB (Red+Green+Blue) = 221+144+236=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90EC is #226F13. Grayscale: #B1B1B1. Windows color (decimal): -2256660 or 15503581. OLE color: 15503581.

HSL color Cylindrical-coordinate representation of color #DD90EC: hue angle of 290.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD90EC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 144 236 -
CMYK 0.06 0.39 0 0.07
HSL 290.22º 0.71% 0.75% -
HSV(B) 290.22º 0.39% 0.93% -
XYZ 54.93 41.37 84.45 -
YUV 177.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 221 144 236 0.06 0.39 0 0.07 290.22 0.71 0.75
Hex DD 90 EC 6 27 0 7 122 47 4B
Octal 335 220 354 6 47 0 7 442 107 113
Binary 11011101 10010000 11101100 110 100111 0 111 100100010 1000111 1001011

Color Harmonies of #DD90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90EC

Black with #DD90EC

Text Example


Text Example

White with #DD90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90EC; }

 p { color: rgb(221,144,236); }

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

background-color css

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

 a { background-color: rgb(221,144,236); }

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

border-color css

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

 span { border-color: rgb(221,144,236); }

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