Html Css Color HEX #DA99D8 Plum

📋 copy color: '#DA99D8'

red 218 ◦ green 153 ◦ blue 216

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

Shades of Plum #DA99D8

Tints of Plum #DA99D8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.06%

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 37.14%
G = 26.06%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA99D8 (or 0xDA99D8) is known color: Plum. HEX triplet: DA, 99 and D8. RGB value is (218,153,216). Sum of RGB (Red+Green+Blue) = 218+153+216=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99D8 is #256627. Grayscale: #B3B3B3. Windows color (decimal): -2450984 or 14195162. OLE color: 14195162.

HSL color Cylindrical-coordinate representation of color #DA99D8: hue angle of 301.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99D8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 216 -
CMYK 0 0.30 0.01 0.15
HSL 301.85º 0.47% 0.73% -
HSV(B) 301.85º 0.3% 0.85% -
XYZ 52.7 42.65 70.42 -
YUV 179.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 218 153 216 0 0.30 0.01 0.15 301.85 0.47 0.73
Hex DA 99 D8 0 1E 1 F 12E 2F 49
Octal 332 231 330 0 36 1 17 456 57 111
Binary 11011010 10011001 11011000 0 11110 1 1111 100101110 101111 1001001

Color Harmonies of #DA99D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99D8

Black with #DA99D8

Text Example


Text Example

White with #DA99D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99D8; }

 p { color: rgb(218,153,216); }

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

background-color css

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

 a { background-color: rgb(218,153,216); }

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

border-color css

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

 span { border-color: rgb(218,153,216); }

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