Html Css Color HEX #DD8FEA Plum

📋 copy color: '#DD8FEA'

red 221 ◦ green 143 ◦ blue 234

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

Shades of Plum #DD8FEA

Tints of Plum #DD8FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 36.96%
G = 23.91%
B = 39.13%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD8FEA (or 0xDD8FEA) is known color: Plum. HEX triplet: DD, 8F and EA. RGB value is (221,143,234). Sum of RGB (Red+Green+Blue) = 221+143+234=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FEA is #227015. Grayscale: #B0B0B0. Windows color (decimal): -2256918 or 15372253. OLE color: 15372253.

HSL color Cylindrical-coordinate representation of color #DD8FEA: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8FEA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 143 234 -
CMYK 0.06 0.39 0 0.08
HSL 291.43º 0.68% 0.74% -
HSV(B) 291.43º 0.39% 0.92% -
XYZ 54.49 40.96 82.88 -
YUV 176.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 221 143 234 0.06 0.39 0 0.08 291.43 0.68 0.74
Hex DD 8F EA 6 27 0 8 123 44 4A
Octal 335 217 352 6 47 0 10 443 104 112
Binary 11011101 10001111 11101010 110 100111 0 1000 100100011 1000100 1001010

Color Harmonies of #DD8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8FEA

Black with #DD8FEA

Text Example


Text Example

White with #DD8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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