Html Css Color HEX #DD9FE6 Plum

📋 copy color: '#DD9FE6'

red 221 ◦ green 159 ◦ blue 230

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

Shades of Plum #DD9FE6

Tints of Plum #DD9FE6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.07%

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 36.23%
G = 26.07%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD9FE6 (or 0xDD9FE6) is known color: Plum. HEX triplet: DD, 9F and E6. RGB value is (221,159,230). Sum of RGB (Red+Green+Blue) = 221+159+230=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FE6 is #226019. Grayscale: #B9B9B9. Windows color (decimal): -2252826 or 15114205. OLE color: 15114205.

HSL color Cylindrical-coordinate representation of color #DD9FE6: hue angle of 292.39º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9FE6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 159 230 -
CMYK 0.04 0.31 0 0.10
HSL 292.39º 0.59% 0.76% -
HSV(B) 292.39º 0.31% 0.9% -
XYZ 56.5 45.88 80.74 -
YUV 185.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 221 159 230 0.04 0.31 0 0.10 292.39 0.59 0.76
Hex DD 9F E6 4 1F 0 A 124 3B 4C
Octal 335 237 346 4 37 0 12 444 73 114
Binary 11011101 10011111 11100110 100 11111 0 1010 100100100 111011 1001100

Color Harmonies of #DD9FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FE6

Black with #DD9FE6

Text Example


Text Example

White with #DD9FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FE6; }

 p { color: rgb(221,159,230); }

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

background-color css

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

 a { background-color: rgb(221,159,230); }

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

border-color css

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

 span { border-color: rgb(221,159,230); }

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