Html Css Color HEX #DD90D5 Plum

📋 copy color: '#DD90D5'

red 221 ◦ green 144 ◦ blue 213

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

Shades of Plum #DD90D5

Tints of Plum #DD90D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 38.24%
G = 24.91%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD90D5 (or 0xDD90D5) is known color: Plum. HEX triplet: DD, 90 and D5. RGB value is (221,144,213). Sum of RGB (Red+Green+Blue) = 221+144+213=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D5 is #226F2A. Grayscale: #AEAEAE. Windows color (decimal): -2256683 or 13996253. OLE color: 13996253.

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

Color convert

RGB 221 144 213 -
CMYK 0 0.35 0.04 0.13
HSL 306.23º 0.53% 0.72% -
HSV(B) 306.23º 0.35% 0.87% -
XYZ 51.8 40.12 67.96 -
YUV 174.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 221 144 213 0 0.35 0.04 0.13 306.23 0.53 0.72
Hex DD 90 D5 0 23 4 D 132 35 48
Octal 335 220 325 0 43 4 15 462 65 110
Binary 11011101 10010000 11010101 0 100011 100 1101 100110010 110101 1001000

Color Harmonies of #DD90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D5

Black with #DD90D5

Text Example


Text Example

White with #DD90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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