Html Css Color HEX #DD90D6 Plum

📋 copy color: '#DD90D6'

red 221 ◦ green 144 ◦ blue 214

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

Shades of Plum #DD90D6

Tints of Plum #DD90D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 38.17%
G = 24.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD90D6 (or 0xDD90D6) is known color: Plum. HEX triplet: DD, 90 and D6. RGB value is (221,144,214). Sum of RGB (Red+Green+Blue) = 221+144+214=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D6 is #226F29. Grayscale: #AEAEAE. Windows color (decimal): -2256682 or 14061789. OLE color: 14061789.

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

Color convert

RGB 221 144 214 -
CMYK 0 0.35 0.03 0.13
HSL 305.45º 0.53% 0.72% -
HSV(B) 305.45º 0.35% 0.87% -
XYZ 51.93 40.17 68.64 -
YUV 175 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 221 144 214 0 0.35 0.03 0.13 305.45 0.53 0.72
Hex DD 90 D6 0 23 3 D 131 35 48
Octal 335 220 326 0 43 3 15 461 65 110
Binary 11011101 10010000 11010110 0 100011 11 1101 100110001 110101 1001000

Color Harmonies of #DD90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D6

Black with #DD90D6

Text Example


Text Example

White with #DD90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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