Html Css Color HEX #DA90EC Plum

📋 copy color: '#DA90EC'

red 218 ◦ green 144 ◦ blue 236

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

Shades of Plum #DA90EC

Tints of Plum #DA90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.08%

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 36.45%
G = 24.08%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA90EC (or 0xDA90EC) is known color: Plum. HEX triplet: DA, 90 and EC. RGB value is (218,144,236). Sum of RGB (Red+Green+Blue) = 218+144+236=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EC is #256F13. Grayscale: #B0B0B0. Windows color (decimal): -2453268 or 15503578. OLE color: 15503578.

HSL color Cylindrical-coordinate representation of color #DA90EC: hue angle of 288.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA90EC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 144 236 -
CMYK 0.08 0.39 0 0.07
HSL 288.26º 0.71% 0.75% -
HSV(B) 288.26º 0.39% 0.93% -
XYZ 54.03 40.91 84.41 -
YUV 176.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 218 144 236 0.08 0.39 0 0.07 288.26 0.71 0.75
Hex DA 90 EC 8 27 0 7 120 47 4B
Octal 332 220 354 10 47 0 7 440 107 113
Binary 11011010 10010000 11101100 1000 100111 0 111 100100000 1000111 1001011

Color Harmonies of #DA90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90EC

Black with #DA90EC

Text Example


Text Example

White with #DA90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90EC; }

 p { color: rgb(218,144,236); }

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

background-color css

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

 a { background-color: rgb(218,144,236); }

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

border-color css

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

 span { border-color: rgb(218,144,236); }

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