Html Css Color HEX #DD8CE4 Plum

📋 copy color: '#DD8CE4'

red 221 ◦ green 140 ◦ blue 228

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

Shades of Plum #DD8CE4

Tints of Plum #DD8CE4

RGB

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

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

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

R = 37.52%
G = 23.77%
B = 38.71%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD8CE4 (or 0xDD8CE4) is known color: Plum. HEX triplet: DD, 8C and E4. RGB value is (221,140,228). Sum of RGB (Red+Green+Blue) = 221+140+228=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CE4 is #22731B. Grayscale: #ADADAD. Windows color (decimal): -2257692 or 14978269. OLE color: 14978269.

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

Color convert

RGB 221 140 228 -
CMYK 0.03 0.39 0 0.11
HSL 295.23º 0.62% 0.72% -
HSV(B) 295.23º 0.39% 0.89% -
XYZ 53.2 39.73 78.26 -
YUV 174.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 221 140 228 0.03 0.39 0 0.11 295.23 0.62 0.72
Hex DD 8C E4 3 27 0 B 127 3E 48
Octal 335 214 344 3 47 0 13 447 76 110
Binary 11011101 10001100 11100100 11 100111 0 1011 100100111 111110 1001000

Color Harmonies of #DD8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CE4

Black with #DD8CE4

Text Example


Text Example

White with #DD8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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