Html Css Color HEX #DD90DC Plum

📋 copy color: '#DD90DC'

red 221 ◦ green 144 ◦ blue 220

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

Shades of Plum #DD90DC

Tints of Plum #DD90DC

RGB

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

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

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

R = 37.78%
G = 24.62%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD90DC (or 0xDD90DC) is known color: Plum. HEX triplet: DD, 90 and DC. RGB value is (221,144,220). Sum of RGB (Red+Green+Blue) = 221+144+220=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DC is #226F23. Grayscale: #AFAFAF. Windows color (decimal): -2256676 or 14455005. OLE color: 14455005.

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

Color convert

RGB 221 144 220 -
CMYK 0 0.35 0.00 0.13
HSL 300.78º 0.53% 0.72% -
HSV(B) 300.78º 0.35% 0.87% -
XYZ 52.71 40.49 72.75 -
YUV 175.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 221 144 220 0 0.35 0.00 0.13 300.78 0.53 0.72
Hex DD 90 DC 0 23 0 D 12D 35 48
Octal 335 220 334 0 43 0 15 455 65 110
Binary 11011101 10010000 11011100 0 100011 0 1101 100101101 110101 1001000

Color Harmonies of #DD90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90DC

Black with #DD90DC

Text Example


Text Example

White with #DD90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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