Html Css Color HEX #DA91CE Plum

📋 copy color: '#DA91CE'

red 218 ◦ green 145 ◦ blue 206

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

Shades of Plum #DA91CE

Tints of Plum #DA91CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 38.31%
G = 25.48%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA91CE (or 0xDA91CE) is known color: Plum. HEX triplet: DA, 91 and CE. RGB value is (218,145,206). Sum of RGB (Red+Green+Blue) = 218+145+206=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91CE is #256E31. Grayscale: #ADADAD. Windows color (decimal): -2453042 or 13537754. OLE color: 13537754.

HSL color Cylindrical-coordinate representation of color #DA91CE: hue angle of 309.86º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91CE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 206 -
CMYK 0 0.33 0.06 0.15
HSL 309.86º 0.5% 0.71% -
HSV(B) 309.86º 0.33% 0.85% -
XYZ 50.18 39.61 63.39 -
YUV 173.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 218 145 206 0 0.33 0.06 0.15 309.86 0.5 0.71
Hex DA 91 CE 0 21 6 F 136 32 47
Octal 332 221 316 0 41 6 17 466 62 107
Binary 11011010 10010001 11001110 0 100001 110 1111 100110110 110010 1000111

Color Harmonies of #DA91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA91CE

Black with #DA91CE

Text Example


Text Example

White with #DA91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA91CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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