Html Css Color HEX #DD9CE7 Plum

📋 copy color: '#DD9CE7'

red 221 ◦ green 156 ◦ blue 231

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

Shades of Plum #DD9CE7

Tints of Plum #DD9CE7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.66%

 BLUE value IS 231 (90.63% from 255) = 37.99%

R = 36.35%
G = 25.66%
B = 37.99%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD9CE7 (or 0xDD9CE7) is known color: Plum. HEX triplet: DD, 9C and E7. RGB value is (221,156,231). Sum of RGB (Red+Green+Blue) = 221+156+231=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD9CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CE7 is #226318. Grayscale: #B7B7B7. Windows color (decimal): -2253593 or 15178973. OLE color: 15178973.

HSL color Cylindrical-coordinate representation of color #DD9CE7: hue angle of 292º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9CE7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 156 231 -
CMYK 0.04 0.32 0 0.09
HSL 292º 0.61% 0.76% -
HSV(B) 292º 0.32% 0.91% -
XYZ 56.13 44.92 81.31 -
YUV 183.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 221 156 231 0.04 0.32 0 0.09 292 0.61 0.76
Hex DD 9C E7 4 20 0 9 124 3D 4C
Octal 335 234 347 4 40 0 11 444 75 114
Binary 11011101 10011100 11100111 100 100000 0 1001 100100100 111101 1001100

Color Harmonies of #DD9CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CE7

Black with #DD9CE7

Text Example


Text Example

White with #DD9CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CE7; }

 p { color: rgb(221,156,231); }

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

background-color css

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

 a { background-color: rgb(221,156,231); }

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

border-color css

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

 span { border-color: rgb(221,156,231); }

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