Html Css Color HEX #DA91DD Plum

📋 copy color: '#DA91DD'

red 218 ◦ green 145 ◦ blue 221

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

Shades of Plum #DA91DD

Tints of Plum #DA91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.83%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 37.33%
G = 24.83%
B = 37.84%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA91DD (or 0xDA91DD) is known color: Plum. HEX triplet: DA, 91 and DD. RGB value is (218,145,221). Sum of RGB (Red+Green+Blue) = 218+145+221=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DD is #256E22. Grayscale: #AFAFAF. Windows color (decimal): -2453027 or 14520794. OLE color: 14520794.

HSL color Cylindrical-coordinate representation of color #DA91DD: hue angle of 297.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA91DD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 145 221 -
CMYK 0.01 0.34 0 0.13
HSL 297.63º 0.53% 0.72% -
HSV(B) 297.63º 0.34% 0.87% -
XYZ 52.09 40.38 73.45 -
YUV 175.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 218 145 221 0.01 0.34 0 0.13 297.63 0.53 0.72
Hex DA 91 DD 1 22 0 D 12A 35 48
Octal 332 221 335 1 42 0 15 452 65 110
Binary 11011010 10010001 11011101 1 100010 0 1101 100101010 110101 1001000

Color Harmonies of #DA91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91DD

Black with #DA91DD

Text Example


Text Example

White with #DA91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91DD; }

 p { color: rgb(218,145,221); }

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

background-color css

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

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

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

border-color css

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

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

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