Html Css Color HEX #DA99E5 Plum

📋 copy color: '#DA99E5'

red 218 ◦ green 153 ◦ blue 229

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

Shades of Plum #DA99E5

Tints of Plum #DA99E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 36.33%
G = 25.5%
B = 38.17%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA99E5 (or 0xDA99E5) is known color: Plum. HEX triplet: DA, 99 and E5. RGB value is (218,153,229). Sum of RGB (Red+Green+Blue) = 218+153+229=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99E5 is #25661A. Grayscale: #B4B4B4. Windows color (decimal): -2450971 or 15047130. OLE color: 15047130.

HSL color Cylindrical-coordinate representation of color #DA99E5: hue angle of 291.32º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA99E5 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 153 229 -
CMYK 0.05 0.33 0 0.10
HSL 291.32º 0.59% 0.75% -
HSV(B) 291.32º 0.33% 0.9% -
XYZ 54.45 43.35 79.63 -
YUV 181.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 218 153 229 0.05 0.33 0 0.10 291.32 0.59 0.75
Hex DA 99 E5 5 21 0 A 123 3B 4B
Octal 332 231 345 5 41 0 12 443 73 113
Binary 11011010 10011001 11100101 101 100001 0 1010 100100011 111011 1001011

Color Harmonies of #DA99E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99E5

Black with #DA99E5

Text Example


Text Example

White with #DA99E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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