Html Css Color HEX #DD90CC Plum

📋 copy color: '#DD90CC'

red 221 ◦ green 144 ◦ blue 204

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

Shades of Plum #DD90CC

Tints of Plum #DD90CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 38.84%
G = 25.31%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD90CC (or 0xDD90CC) is known color: Plum. HEX triplet: DD, 90 and CC. RGB value is (221,144,204). Sum of RGB (Red+Green+Blue) = 221+144+204=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90CC is #226F33. Grayscale: #ADADAD. Windows color (decimal): -2256692 or 13406429. OLE color: 13406429.

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

Color convert

RGB 221 144 204 -
CMYK 0 0.35 0.08 0.13
HSL 313.25º 0.53% 0.72% -
HSV(B) 313.25º 0.35% 0.87% -
XYZ 50.69 39.68 62.11 -
YUV 173.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 221 144 204 0 0.35 0.08 0.13 313.25 0.53 0.72
Hex DD 90 CC 0 23 8 D 139 35 48
Octal 335 220 314 0 43 10 15 471 65 110
Binary 11011101 10010000 11001100 0 100011 1000 1101 100111001 110101 1001000

Color Harmonies of #DD90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90CC

Black with #DD90CC

Text Example


Text Example

White with #DD90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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