Html Css Color HEX #DA99EA Plum

📋 copy color: '#DA99EA'

red 218 ◦ green 153 ◦ blue 234

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

Shades of Plum #DA99EA

Tints of Plum #DA99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 36.03%
G = 25.29%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA99EA (or 0xDA99EA) is known color: Plum. HEX triplet: DA, 99 and EA. RGB value is (218,153,234). Sum of RGB (Red+Green+Blue) = 218+153+234=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99EA is #256615. Grayscale: #B5B5B5. Windows color (decimal): -2450966 or 15374810. OLE color: 15374810.

HSL color Cylindrical-coordinate representation of color #DA99EA: hue angle of 288.15º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA99EA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 153 234 -
CMYK 0.07 0.35 0 0.08
HSL 288.15º 0.66% 0.76% -
HSV(B) 288.15º 0.35% 0.92% -
XYZ 55.16 43.63 83.36 -
YUV 181.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 218 153 234 0.07 0.35 0 0.08 288.15 0.66 0.76
Hex DA 99 EA 7 23 0 8 120 42 4C
Octal 332 231 352 7 43 0 10 440 102 114
Binary 11011010 10011001 11101010 111 100011 0 1000 100100000 1000010 1001100

Color Harmonies of #DA99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99EA

Black with #DA99EA

Text Example


Text Example

White with #DA99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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