Html Css Color HEX #DD90D7 Plum

📋 copy color: '#DD90D7'

red 221 ◦ green 144 ◦ blue 215

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

Shades of Plum #DD90D7

Tints of Plum #DD90D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 38.1%
G = 24.83%
B = 37.07%

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

#DD90D7 (or 0xDD90D7) is known color: Plum. HEX triplet: DD, 90 and D7. RGB value is (221,144,215). Sum of RGB (Red+Green+Blue) = 221+144+215=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D7 is #226F28. Grayscale: #AEAEAE. Windows color (decimal): -2256681 or 14127325. OLE color: 14127325.

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

Color convert

RGB 221 144 215 -
CMYK 0 0.35 0.03 0.13
HSL 304.68º 0.53% 0.72% -
HSV(B) 304.68º 0.35% 0.87% -
XYZ 52.06 40.22 69.31 -
YUV 175.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 221 144 215 0 0.35 0.03 0.13 304.68 0.53 0.72
Hex DD 90 D7 0 23 3 D 131 35 48
Octal 335 220 327 0 43 3 15 461 65 110
Binary 11011101 10010000 11010111 0 100011 11 1101 100110001 110101 1001000

Color Harmonies of #DD90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90D7

Black with #DD90D7

Text Example


Text Example

White with #DD90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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