Html Css Color HEX #DD90CE Plum

📋 copy color: '#DD90CE'

red 221 ◦ green 144 ◦ blue 206

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

Shades of Plum #DD90CE

Tints of Plum #DD90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 38.7%
G = 25.22%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD90CE (or 0xDD90CE) is known color: Plum. HEX triplet: DD, 90 and CE. RGB value is (221,144,206). Sum of RGB (Red+Green+Blue) = 221+144+206=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90CE is #226F31. Grayscale: #ADADAD. Windows color (decimal): -2256690 or 13537501. OLE color: 13537501.

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

Color convert

RGB 221 144 206 -
CMYK 0 0.35 0.07 0.13
HSL 311.69º 0.53% 0.72% -
HSV(B) 311.69º 0.35% 0.87% -
XYZ 50.93 39.77 63.39 -
YUV 174.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 221 144 206 0 0.35 0.07 0.13 311.69 0.53 0.72
Hex DD 90 CE 0 23 7 D 138 35 48
Octal 335 220 316 0 43 7 15 470 65 110
Binary 11011101 10010000 11001110 0 100011 111 1101 100111000 110101 1001000

Color Harmonies of #DD90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90CE

Black with #DD90CE

Text Example


Text Example

White with #DD90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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