Html Css Color HEX #DD90D3 Plum

📋 copy color: '#DD90D3'

red 221 ◦ green 144 ◦ blue 211

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

Shades of Plum #DD90D3

Tints of Plum #DD90D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 38.37%
G = 25%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD90D3 (or 0xDD90D3) is known color: Plum. HEX triplet: DD, 90 and D3. RGB value is (221,144,211). Sum of RGB (Red+Green+Blue) = 221+144+211=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D3 is #226F2C. Grayscale: #AEAEAE. Windows color (decimal): -2256685 or 13865181. OLE color: 13865181.

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

Color convert

RGB 221 144 211 -
CMYK 0 0.35 0.05 0.13
HSL 307.79º 0.53% 0.72% -
HSV(B) 307.79º 0.35% 0.87% -
XYZ 51.55 40.02 66.64 -
YUV 174.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 221 144 211 0 0.35 0.05 0.13 307.79 0.53 0.72
Hex DD 90 D3 0 23 5 D 134 35 48
Octal 335 220 323 0 43 5 15 464 65 110
Binary 11011101 10010000 11010011 0 100011 101 1101 100110100 110101 1001000

Color Harmonies of #DD90D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D3

Black with #DD90D3

Text Example


Text Example

White with #DD90D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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