Html Css Color HEX #DD88DC Plum

📋 copy color: '#DD88DC'

red 221 ◦ green 136 ◦ blue 220

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

Shades of Plum #DD88DC

Tints of Plum #DD88DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.57%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 38.3%
G = 23.57%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD88DC (or 0xDD88DC) is known color: Plum. HEX triplet: DD, 88 and DC. RGB value is (221,136,220). Sum of RGB (Red+Green+Blue) = 221+136+220=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DC is #227723. Grayscale: #AAAAAA. Windows color (decimal): -2258724 or 14452957. OLE color: 14452957.

HSL color Cylindrical-coordinate representation of color #DD88DC: hue angle of 300.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88DC is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 220 -
CMYK 0 0.38 0.00 0.13
HSL 300.71º 0.56% 0.7% -
HSV(B) 300.71º 0.38% 0.87% -
XYZ 51.54 38.15 72.36 -
YUV 170.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 221 136 220 0 0.38 0.00 0.13 300.71 0.56 0.7
Hex DD 88 DC 0 26 0 D 12D 38 46
Octal 335 210 334 0 46 0 15 455 70 106
Binary 11011101 10001000 11011100 0 100110 0 1101 100101101 111000 1000110

Color Harmonies of #DD88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88DC

Black with #DD88DC

Text Example


Text Example

White with #DD88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88DC; }

 p { color: rgb(221,136,220); }

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

background-color css

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

 a { background-color: rgb(221,136,220); }

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

border-color css

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

 span { border-color: rgb(221,136,220); }

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