Html Css Color HEX #DA9FEA Plum

📋 copy color: '#DA9FEA'

red 218 ◦ green 159 ◦ blue 234

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

Shades of Plum #DA9FEA

Tints of Plum #DA9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.02%

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

R = 35.68%
G = 26.02%
B = 38.3%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA9FEA (or 0xDA9FEA) is known color: Plum. HEX triplet: DA, 9F and EA. RGB value is (218,159,234). Sum of RGB (Red+Green+Blue) = 218+159+234=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FEA is #256015. Grayscale: #B8B8B8. Windows color (decimal): -2449430 or 15376346. OLE color: 15376346.

HSL color Cylindrical-coordinate representation of color #DA9FEA: hue angle of 287.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9FEA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 159 234 -
CMYK 0.07 0.32 0 0.08
HSL 287.2º 0.64% 0.77% -
HSV(B) 287.2º 0.32% 0.92% -
XYZ 56.16 45.64 83.69 -
YUV 185.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 218 159 234 0.07 0.32 0 0.08 287.2 0.64 0.77
Hex DA 9F EA 7 20 0 8 11F 40 4D
Octal 332 237 352 7 40 0 10 437 100 115
Binary 11011010 10011111 11101010 111 100000 0 1000 100011111 1000000 1001101

Color Harmonies of #DA9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FEA

Black with #DA9FEA

Text Example


Text Example

White with #DA9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FEA; }

 p { color: rgb(218,159,234); }

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

background-color css

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

 a { background-color: rgb(218,159,234); }

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

border-color css

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

 span { border-color: rgb(218,159,234); }

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