Html Css Color HEX #DD90D9 Plum

📋 copy color: '#DD90D9'

red 221 ◦ green 144 ◦ blue 217

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

Shades of Plum #DD90D9

Tints of Plum #DD90D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 37.97%
G = 24.74%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD90D9 (or 0xDD90D9) is known color: Plum. HEX triplet: DD, 90 and D9. RGB value is (221,144,217). Sum of RGB (Red+Green+Blue) = 221+144+217=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D9 is #226F26. Grayscale: #AFAFAF. Windows color (decimal): -2256679 or 14258397. OLE color: 14258397.

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

Color convert

RGB 221 144 217 -
CMYK 0 0.35 0.02 0.13
HSL 303.12º 0.53% 0.72% -
HSV(B) 303.12º 0.35% 0.87% -
XYZ 52.32 40.33 70.67 -
YUV 175.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 221 144 217 0 0.35 0.02 0.13 303.12 0.53 0.72
Hex DD 90 D9 0 23 2 D 12F 35 48
Octal 335 220 331 0 43 2 15 457 65 110
Binary 11011101 10010000 11011001 0 100011 10 1101 100101111 110101 1001000

Color Harmonies of #DD90D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D9

Black with #DD90D9

Text Example


Text Example

White with #DD90D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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