Html Css Color HEX #DA8FE8 Plum

📋 copy color: '#DA8FE8'

red 218 ◦ green 143 ◦ blue 232

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

Shades of Plum #DA8FE8

Tints of Plum #DA8FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 36.76%
G = 24.11%
B = 39.12%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DA8FE8 (or 0xDA8FE8) is known color: Plum. HEX triplet: DA, 8F and E8. RGB value is (218,143,232). Sum of RGB (Red+Green+Blue) = 218+143+232=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FE8 is #257017. Grayscale: #AFAFAF. Windows color (decimal): -2453528 or 15241178. OLE color: 15241178.

HSL color Cylindrical-coordinate representation of color #DA8FE8: hue angle of 290.56º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8FE8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 143 232 -
CMYK 0.06 0.38 0 0.09
HSL 290.56º 0.66% 0.74% -
HSV(B) 290.56º 0.38% 0.91% -
XYZ 53.3 40.38 81.33 -
YUV 175.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 218 143 232 0.06 0.38 0 0.09 290.56 0.66 0.74
Hex DA 8F E8 6 26 0 9 123 42 4A
Octal 332 217 350 6 46 0 11 443 102 112
Binary 11011010 10001111 11101000 110 100110 0 1001 100100011 1000010 1001010

Color Harmonies of #DA8FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FE8

Black with #DA8FE8

Text Example


Text Example

White with #DA8FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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