Html Css Color HEX #DD8DE4 Plum

📋 copy color: '#DD8DE4'

red 221 ◦ green 141 ◦ blue 228

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

Shades of Plum #DD8DE4

Tints of Plum #DD8DE4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.9%

 BLUE value IS 228 (89.45% from 255) = 38.64%

R = 37.46%
G = 23.9%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD8DE4 (or 0xDD8DE4) is known color: Plum. HEX triplet: DD, 8D and E4. RGB value is (221,141,228). Sum of RGB (Red+Green+Blue) = 221+141+228=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD8DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DE4 is #22721B. Grayscale: #AEAEAE. Windows color (decimal): -2257436 or 14978525. OLE color: 14978525.

HSL color Cylindrical-coordinate representation of color #DD8DE4: hue angle of 295.17º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8DE4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 141 228 -
CMYK 0.03 0.38 0 0.11
HSL 295.17º 0.62% 0.72% -
HSV(B) 295.17º 0.38% 0.89% -
XYZ 53.35 40.02 78.31 -
YUV 174.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 221 141 228 0.03 0.38 0 0.11 295.17 0.62 0.72
Hex DD 8D E4 3 26 0 B 127 3E 48
Octal 335 215 344 3 46 0 13 447 76 110
Binary 11011101 10001101 11100100 11 100110 0 1011 100100111 111110 1001000

Color Harmonies of #DD8DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DE4

Black with #DD8DE4

Text Example


Text Example

White with #DD8DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DE4; }

 p { color: rgb(221,141,228); }

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

background-color css

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

 a { background-color: rgb(221,141,228); }

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

border-color css

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

 span { border-color: rgb(221,141,228); }

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