Html Css Color HEX #DD9CED Plum

📋 copy color: '#DD9CED'

red 221 ◦ green 156 ◦ blue 237

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

Shades of Plum #DD9CED

Tints of Plum #DD9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 35.99%
G = 25.41%
B = 38.6%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD9CED (or 0xDD9CED) is known color: Plum. HEX triplet: DD, 9C and ED. RGB value is (221,156,237). Sum of RGB (Red+Green+Blue) = 221+156+237=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CED is #226312. Grayscale: #B8B8B8. Windows color (decimal): -2253587 or 15572189. OLE color: 15572189.

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

Color convert

RGB 221 156 237 -
CMYK 0.07 0.34 0 0.07
HSL 288.15º 0.69% 0.77% -
HSV(B) 288.15º 0.34% 0.93% -
XYZ 56.99 45.26 85.85 -
YUV 184.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 221 156 237 0.07 0.34 0 0.07 288.15 0.69 0.77
Hex DD 9C ED 7 22 0 7 120 45 4D
Octal 335 234 355 7 42 0 7 440 105 115
Binary 11011101 10011100 11101101 111 100010 0 111 100100000 1000101 1001101

Color Harmonies of #DD9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CED

Black with #DD9CED

Text Example


Text Example

White with #DD9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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