Html Css Color HEX #DD9FE1 Plum

📋 copy color: '#DD9FE1'

red 221 ◦ green 159 ◦ blue 225

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

Shades of Plum #DD9FE1

Tints of Plum #DD9FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 36.53%
G = 26.28%
B = 37.19%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD9FE1 (or 0xDD9FE1) is known color: Plum. HEX triplet: DD, 9F and E1. RGB value is (221,159,225). Sum of RGB (Red+Green+Blue) = 221+159+225=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE1 is #22601E. Grayscale: #B8B8B8. Windows color (decimal): -2252831 or 14786525. OLE color: 14786525.

HSL color Cylindrical-coordinate representation of color #DD9FE1: hue angle of 296.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9FE1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 159 225 -
CMYK 0.02 0.29 0 0.12
HSL 296.36º 0.52% 0.75% -
HSV(B) 296.36º 0.29% 0.88% -
XYZ 55.81 45.6 77.1 -
YUV 185.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 221 159 225 0.02 0.29 0 0.12 296.36 0.52 0.75
Hex DD 9F E1 2 1D 0 C 128 34 4B
Octal 335 237 341 2 35 0 14 450 64 113
Binary 11011101 10011111 11100001 10 11101 0 1100 100101000 110100 1001011

Color Harmonies of #DD9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FE1

Black with #DD9FE1

Text Example


Text Example

White with #DD9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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