Html Css Color HEX #DD90DA Plum

📋 copy color: '#DD90DA'

red 221 ◦ green 144 ◦ blue 218

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

Shades of Plum #DD90DA

Tints of Plum #DD90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 37.91%
G = 24.7%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD90DA (or 0xDD90DA) is known color: Plum. HEX triplet: DD, 90 and DA. RGB value is (221,144,218). Sum of RGB (Red+Green+Blue) = 221+144+218=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DA is #226F25. Grayscale: #AFAFAF. Windows color (decimal): -2256678 or 14323933. OLE color: 14323933.

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

Color convert

RGB 221 144 218 -
CMYK 0 0.35 0.01 0.13
HSL 302.34º 0.53% 0.72% -
HSV(B) 302.34º 0.35% 0.87% -
XYZ 52.45 40.38 71.36 -
YUV 175.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 221 144 218 0 0.35 0.01 0.13 302.34 0.53 0.72
Hex DD 90 DA 0 23 1 D 12E 35 48
Octal 335 220 332 0 43 1 15 456 65 110
Binary 11011101 10010000 11011010 0 100011 1 1101 100101110 110101 1001000

Color Harmonies of #DD90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90DA

Black with #DD90DA

Text Example


Text Example

White with #DD90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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