Html Css Color HEX #DA89DF Plum

📋 copy color: '#DA89DF'

red 218 ◦ green 137 ◦ blue 223

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

Shades of Plum #DA89DF

Tints of Plum #DA89DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 37.72%
G = 23.7%
B = 38.58%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA89DF (or 0xDA89DF) is known color: Plum. HEX triplet: DA, 89 and DF. RGB value is (218,137,223). Sum of RGB (Red+Green+Blue) = 218+137+223=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DF is #257620. Grayscale: #AAAAAA. Windows color (decimal): -2455073 or 14649818. OLE color: 14649818.

HSL color Cylindrical-coordinate representation of color #DA89DF: hue angle of 296.51º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA89DF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 137 223 -
CMYK 0.02 0.39 0 0.13
HSL 296.51º 0.57% 0.71% -
HSV(B) 296.51º 0.39% 0.87% -
XYZ 51.18 38.12 74.47 -
YUV 171.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 218 137 223 0.02 0.39 0 0.13 296.51 0.57 0.71
Hex DA 89 DF 2 27 0 D 129 39 47
Octal 332 211 337 2 47 0 15 451 71 107
Binary 11011010 10001001 11011111 10 100111 0 1101 100101001 111001 1000111

Color Harmonies of #DA89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89DF

Black with #DA89DF

Text Example


Text Example

White with #DA89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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