Html Css Color HEX #DD9BE1 Plum

📋 copy color: '#DD9BE1'

red 221 ◦ green 155 ◦ blue 225

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

Shades of Plum #DD9BE1

Tints of Plum #DD9BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.79%

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

R = 36.77%
G = 25.79%
B = 37.44%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD9BE1 (or 0xDD9BE1) is known color: Plum. HEX triplet: DD, 9B and E1. RGB value is (221,155,225). Sum of RGB (Red+Green+Blue) = 221+155+225=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BE1 is #22641E. Grayscale: #B6B6B6. Windows color (decimal): -2253855 or 14785501. OLE color: 14785501.

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

Color convert

RGB 221 155 225 -
CMYK 0.02 0.31 0 0.12
HSL 296.57º 0.54% 0.75% -
HSV(B) 296.57º 0.31% 0.88% -
XYZ 55.13 44.25 76.87 -
YUV 182.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 221 155 225 0.02 0.31 0 0.12 296.57 0.54 0.75
Hex DD 9B E1 2 1F 0 C 129 36 4B
Octal 335 233 341 2 37 0 14 451 66 113
Binary 11011101 10011011 11100001 10 11111 0 1100 100101001 110110 1001011

Color Harmonies of #DD9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BE1

Black with #DD9BE1

Text Example


Text Example

White with #DD9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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