Html Css Color HEX #DA90D9 Plum

📋 copy color: '#DA90D9'

red 218 ◦ green 144 ◦ blue 217

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

Shades of Plum #DA90D9

Tints of Plum #DA90D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 37.65%
G = 24.87%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA90D9 (or 0xDA90D9) is known color: Plum. HEX triplet: DA, 90 and D9. RGB value is (218,144,217). Sum of RGB (Red+Green+Blue) = 218+144+217=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90D9 is #256F26. Grayscale: #AEAEAE. Windows color (decimal): -2453287 or 14258394. OLE color: 14258394.

HSL color Cylindrical-coordinate representation of color #DA90D9: hue angle of 300.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA90D9 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 217 -
CMYK 0 0.34 0.00 0.15
HSL 300.81º 0.5% 0.71% -
HSV(B) 300.81º 0.34% 0.85% -
XYZ 51.41 39.86 70.63 -
YUV 174.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 218 144 217 0 0.34 0.00 0.15 300.81 0.5 0.71
Hex DA 90 D9 0 22 0 F 12D 32 47
Octal 332 220 331 0 42 0 17 455 62 107
Binary 11011010 10010000 11011001 0 100010 0 1111 100101101 110010 1000111

Color Harmonies of #DA90D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90D9

Black with #DA90D9

Text Example


Text Example

White with #DA90D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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