Html Css Color HEX #DD8FE1 Plum

📋 copy color: '#DD8FE1'

red 221 ◦ green 143 ◦ blue 225

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

Shades of Plum #DD8FE1

Tints of Plum #DD8FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.28%

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

R = 37.52%
G = 24.28%
B = 38.2%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD8FE1 (or 0xDD8FE1) is known color: Plum. HEX triplet: DD, 8F and E1. RGB value is (221,143,225). Sum of RGB (Red+Green+Blue) = 221+143+225=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FE1 is #22701E. Grayscale: #AFAFAF. Windows color (decimal): -2256927 or 14782429. OLE color: 14782429.

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

Color convert

RGB 221 143 225 -
CMYK 0.02 0.36 0 0.12
HSL 297.07º 0.58% 0.72% -
HSV(B) 297.07º 0.36% 0.88% -
XYZ 53.23 40.45 76.24 -
YUV 175.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 221 143 225 0.02 0.36 0 0.12 297.07 0.58 0.72
Hex DD 8F E1 2 24 0 C 129 3A 48
Octal 335 217 341 2 44 0 14 451 72 110
Binary 11011101 10001111 11100001 10 100100 0 1100 100101001 111010 1001000

Color Harmonies of #DD8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FE1

Black with #DD8FE1

Text Example


Text Example

White with #DD8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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