Html Css Color HEX #DD8CE5 Plum

📋 copy color: '#DD8CE5'

red 221 ◦ green 140 ◦ blue 229

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

Shades of Plum #DD8CE5

Tints of Plum #DD8CE5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

 BLUE value IS 229 (89.84% from 255) = 38.81%

R = 37.46%
G = 23.73%
B = 38.81%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD8CE5 (or 0xDD8CE5) is known color: Plum. HEX triplet: DD, 8C and E5. RGB value is (221,140,229). Sum of RGB (Red+Green+Blue) = 221+140+229=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CE5 is #22731A. Grayscale: #AEAEAE. Windows color (decimal): -2257691 or 15043805. OLE color: 15043805.

HSL color Cylindrical-coordinate representation of color #DD8CE5: hue angle of 294.61º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8CE5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 140 229 -
CMYK 0.03 0.39 0 0.10
HSL 294.61º 0.63% 0.72% -
HSV(B) 294.61º 0.39% 0.9% -
XYZ 53.34 39.79 79 -
YUV 174.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 221 140 229 0.03 0.39 0 0.10 294.61 0.63 0.72
Hex DD 8C E5 3 27 0 A 127 3F 48
Octal 335 214 345 3 47 0 12 447 77 110
Binary 11011101 10001100 11100101 11 100111 0 1010 100100111 111111 1001000

Color Harmonies of #DD8CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CE5

Black with #DD8CE5

Text Example


Text Example

White with #DD8CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CE5; }

 p { color: rgb(221,140,229); }

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

background-color css

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

 a { background-color: rgb(221,140,229); }

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

border-color css

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

 span { border-color: rgb(221,140,229); }

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