Html Css Color HEX #DD90DF Plum

📋 copy color: '#DD90DF'

red 221 ◦ green 144 ◦ blue 223

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

Shades of Plum #DD90DF

Tints of Plum #DD90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 37.59%
G = 24.49%
B = 37.93%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD90DF (or 0xDD90DF) is known color: Plum. HEX triplet: DD, 90 and DF. RGB value is (221,144,223). Sum of RGB (Red+Green+Blue) = 221+144+223=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DF is #226F20. Grayscale: #AFAFAF. Windows color (decimal): -2256673 or 14651613. OLE color: 14651613.

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

Color convert

RGB 221 144 223 -
CMYK 0.01 0.35 0 0.13
HSL 298.48º 0.55% 0.72% -
HSV(B) 298.48º 0.35% 0.87% -
XYZ 53.11 40.65 74.86 -
YUV 176.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 221 144 223 0.01 0.35 0 0.13 298.48 0.55 0.72
Hex DD 90 DF 1 23 0 D 12A 37 48
Octal 335 220 337 1 43 0 15 452 67 110
Binary 11011101 10010000 11011111 1 100011 0 1101 100101010 110111 1001000

Color Harmonies of #DD90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90DF

Black with #DD90DF

Text Example


Text Example

White with #DD90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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