Html Css Color HEX #DA8FE5 Plum

📋 copy color: '#DA8FE5'

red 218 ◦ green 143 ◦ blue 229

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

Shades of Plum #DA8FE5

Tints of Plum #DA8FE5

RGB

 RED value IS 218 (85.55% from 255) = 36.95%

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

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

R = 36.95%
G = 24.24%
B = 38.81%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA8FE5 (or 0xDA8FE5) is known color: Plum. HEX triplet: DA, 8F and E5. RGB value is (218,143,229). Sum of RGB (Red+Green+Blue) = 218+143+229=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 143 (56.25% from 255 or 24.24% 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 #DA8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FE5 is #25701A. Grayscale: #AEAEAE. Windows color (decimal): -2453531 or 15044570. OLE color: 15044570.

HSL color Cylindrical-coordinate representation of color #DA8FE5: hue angle of 292.33º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8FE5 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 143 229 -
CMYK 0.05 0.38 0 0.10
HSL 292.33º 0.62% 0.73% -
HSV(B) 292.33º 0.38% 0.9% -
XYZ 52.88 40.21 79.1 -
YUV 175.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 218 143 229 0.05 0.38 0 0.10 292.33 0.62 0.73
Hex DA 8F E5 5 26 0 A 124 3E 49
Octal 332 217 345 5 46 0 12 444 76 111
Binary 11011010 10001111 11100101 101 100110 0 1010 100100100 111110 1001001

Color Harmonies of #DA8FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FE5

Black with #DA8FE5

Text Example


Text Example

White with #DA8FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FE5; }

 p { color: rgb(218,143,229); }

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

background-color css

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

 a { background-color: rgb(218,143,229); }

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

border-color css

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

 span { border-color: rgb(218,143,229); }

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