Html Css Color HEX #DA99DA Plum

📋 copy color: '#DA99DA'

red 218 ◦ green 153 ◦ blue 218

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

Shades of Plum #DA99DA

Tints of Plum #DA99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 37.01%
G = 25.98%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA99DA (or 0xDA99DA) is known color: Plum. HEX triplet: DA, 99 and DA. RGB value is (218,153,218). Sum of RGB (Red+Green+Blue) = 218+153+218=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99DA is #256625. Grayscale: #B3B3B3. Windows color (decimal): -2450982 or 14326234. OLE color: 14326234.

HSL color Cylindrical-coordinate representation of color #DA99DA: hue angle of 300º 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 #DA99DA is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 218 -
CMYK 0 0.30 0 0.15
HSL 300º 0.47% 0.73% -
HSV(B) 300º 0.3% 0.85% -
XYZ 52.96 42.75 71.79 -
YUV 179.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 218 153 218 0 0.30 0 0.15 300 0.47 0.73
Hex DA 99 DA 0 1E 0 F 12C 2F 49
Octal 332 231 332 0 36 0 17 454 57 111
Binary 11011010 10011001 11011010 0 11110 0 1111 100101100 101111 1001001

Color Harmonies of #DA99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99DA

Black with #DA99DA

Text Example


Text Example

White with #DA99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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