Html Css Color HEX #DD96EE Plum

📋 copy color: '#DD96EE'

red 221 ◦ green 150 ◦ blue 238

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

Shades of Plum #DD96EE

Tints of Plum #DD96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.63%

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 36.29%
G = 24.63%
B = 39.08%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD96EE (or 0xDD96EE) is known color: Plum. HEX triplet: DD, 96 and EE. RGB value is (221,150,238). Sum of RGB (Red+Green+Blue) = 221+150+238=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96EE is #226911. Grayscale: #B4B4B4. Windows color (decimal): -2255122 or 15636189. OLE color: 15636189.

HSL color Cylindrical-coordinate representation of color #DD96EE: hue angle of 288.41º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD96EE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 150 238 -
CMYK 0.07 0.37 0 0.07
HSL 288.41º 0.72% 0.76% -
HSV(B) 288.41º 0.37% 0.93% -
XYZ 56.16 43.36 86.3 -
YUV 181.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 221 150 238 0.07 0.37 0 0.07 288.41 0.72 0.76
Hex DD 96 EE 7 25 0 7 120 48 4C
Octal 335 226 356 7 45 0 7 440 110 114
Binary 11011101 10010110 11101110 111 100101 0 111 100100000 1001000 1001100

Color Harmonies of #DD96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96EE

Black with #DD96EE

Text Example


Text Example

White with #DD96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96EE; }

 p { color: rgb(221,150,238); }

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

background-color css

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

 a { background-color: rgb(221,150,238); }

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

border-color css

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

 span { border-color: rgb(221,150,238); }

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