Html Css Color HEX #DD90D0 Plum

📋 copy color: '#DD90D0'

red 221 ◦ green 144 ◦ blue 208

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

Shades of Plum #DD90D0

Tints of Plum #DD90D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 38.57%
G = 25.13%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD90D0 (or 0xDD90D0) is known color: Plum. HEX triplet: DD, 90 and D0. RGB value is (221,144,208). Sum of RGB (Red+Green+Blue) = 221+144+208=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D0 is #226F2F. Grayscale: #AEAEAE. Windows color (decimal): -2256688 or 13668573. OLE color: 13668573.

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

Color convert

RGB 221 144 208 -
CMYK 0 0.35 0.06 0.13
HSL 310.13º 0.53% 0.72% -
HSV(B) 310.13º 0.35% 0.87% -
XYZ 51.18 39.87 64.67 -
YUV 174.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 221 144 208 0 0.35 0.06 0.13 310.13 0.53 0.72
Hex DD 90 D0 0 23 6 D 136 35 48
Octal 335 220 320 0 43 6 15 466 65 110
Binary 11011101 10010000 11010000 0 100011 110 1101 100110110 110101 1001000

Color Harmonies of #DD90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D0

Black with #DD90D0

Text Example


Text Example

White with #DD90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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