Html Css Color HEX #DD9FE3 Plum

📋 copy color: '#DD9FE3'

red 221 ◦ green 159 ◦ blue 227

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

Shades of Plum #DD9FE3

Tints of Plum #DD9FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 36.41%
G = 26.19%
B = 37.4%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD9FE3 (or 0xDD9FE3) is known color: Plum. HEX triplet: DD, 9F and E3. RGB value is (221,159,227). Sum of RGB (Red+Green+Blue) = 221+159+227=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE3 is #22601C. Grayscale: #B9B9B9. Windows color (decimal): -2252829 or 14917597. OLE color: 14917597.

HSL color Cylindrical-coordinate representation of color #DD9FE3: hue angle of 294.71º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9FE3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 159 227 -
CMYK 0.03 0.30 0 0.11
HSL 294.71º 0.55% 0.76% -
HSV(B) 294.71º 0.3% 0.89% -
XYZ 56.08 45.71 78.54 -
YUV 185.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 221 159 227 0.03 0.30 0 0.11 294.71 0.55 0.76
Hex DD 9F E3 3 1E 0 B 127 37 4C
Octal 335 237 343 3 36 0 13 447 67 114
Binary 11011101 10011111 11100011 11 11110 0 1011 100100111 110111 1001100

Color Harmonies of #DD9FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FE3

Black with #DD9FE3

Text Example


Text Example

White with #DD9FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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