Html Css Color HEX #DA90DE Plum

📋 copy color: '#DA90DE'

red 218 ◦ green 144 ◦ blue 222

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

Shades of Plum #DA90DE

Tints of Plum #DA90DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 37.33%
G = 24.66%
B = 38.01%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA90DE (or 0xDA90DE) is known color: Plum. HEX triplet: DA, 90 and DE. RGB value is (218,144,222). Sum of RGB (Red+Green+Blue) = 218+144+222=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DE is #256F21. Grayscale: #AEAEAE. Windows color (decimal): -2453282 or 14586074. OLE color: 14586074.

HSL color Cylindrical-coordinate representation of color #DA90DE: hue angle of 296.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA90DE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 144 222 -
CMYK 0.02 0.35 0 0.13
HSL 296.92º 0.54% 0.72% -
HSV(B) 296.92º 0.35% 0.87% -
XYZ 52.07 40.13 74.11 -
YUV 175.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 218 144 222 0.02 0.35 0 0.13 296.92 0.54 0.72
Hex DA 90 DE 2 23 0 D 129 36 48
Octal 332 220 336 2 43 0 15 451 66 110
Binary 11011010 10010000 11011110 10 100011 0 1101 100101001 110110 1001000

Color Harmonies of #DA90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90DE

Black with #DA90DE

Text Example


Text Example

White with #DA90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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