Html Css Color HEX #DA90EF Plum

📋 copy color: '#DA90EF'

red 218 ◦ green 144 ◦ blue 239

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

Shades of Plum #DA90EF

Tints of Plum #DA90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 36.27%
G = 23.96%
B = 39.77%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA90EF (or 0xDA90EF) is known color: Plum. HEX triplet: DA, 90 and EF. RGB value is (218,144,239). Sum of RGB (Red+Green+Blue) = 218+144+239=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EF is #256F10. Grayscale: #B0B0B0. Windows color (decimal): -2453265 or 15700186. OLE color: 15700186.

HSL color Cylindrical-coordinate representation of color #DA90EF: hue angle of 286.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA90EF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 144 239 -
CMYK 0.09 0.40 0 0.06
HSL 286.74º 0.75% 0.75% -
HSV(B) 286.74º 0.4% 0.94% -
XYZ 54.47 41.08 86.72 -
YUV 176.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 218 144 239 0.09 0.40 0 0.06 286.74 0.75 0.75
Hex DA 90 EF 9 28 0 6 11F 4B 4B
Octal 332 220 357 11 50 0 6 437 113 113
Binary 11011010 10010000 11101111 1001 101000 0 110 100011111 1001011 1001011

Color Harmonies of #DA90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90EF

Black with #DA90EF

Text Example


Text Example

White with #DA90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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