Html Css Color HEX #DA89E1 Plum

📋 copy color: '#DA89E1'

red 218 ◦ green 137 ◦ blue 225

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

Shades of Plum #DA89E1

Tints of Plum #DA89E1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.62%

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 37.59%
G = 23.62%
B = 38.79%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA89E1 (or 0xDA89E1) is known color: Plum. HEX triplet: DA, 89 and E1. RGB value is (218,137,225). Sum of RGB (Red+Green+Blue) = 218+137+225=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA89E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89E1 is #25761E. Grayscale: #AAAAAA. Windows color (decimal): -2455071 or 14780890. OLE color: 14780890.

HSL color Cylindrical-coordinate representation of color #DA89E1: hue angle of 295.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA89E1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 137 225 -
CMYK 0.03 0.39 0 0.12
HSL 295.23º 0.59% 0.71% -
HSV(B) 295.23º 0.39% 0.88% -
XYZ 51.45 38.23 75.9 -
YUV 171.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 218 137 225 0.03 0.39 0 0.12 295.23 0.59 0.71
Hex DA 89 E1 3 27 0 C 127 3B 47
Octal 332 211 341 3 47 0 14 447 73 107
Binary 11011010 10001001 11100001 11 100111 0 1100 100100111 111011 1000111

Color Harmonies of #DA89E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89E1

Black with #DA89E1

Text Example


Text Example

White with #DA89E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89E1; }

 p { color: rgb(218,137,225); }

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

background-color css

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

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

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

border-color css

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

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

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