Html Css Color HEX #DA93CE Plum

📋 copy color: '#DA93CE'

red 218 ◦ green 147 ◦ blue 206

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

Shades of Plum #DA93CE

Tints of Plum #DA93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.74%

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

R = 38.18%
G = 25.74%
B = 36.08%

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

#DA93CE (or 0xDA93CE) is known color: Plum. HEX triplet: DA, 93 and CE. RGB value is (218,147,206). Sum of RGB (Red+Green+Blue) = 218+147+206=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CE is #256C31. Grayscale: #AEAEAE. Windows color (decimal): -2452530 or 13538266. OLE color: 13538266.

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

Color convert

RGB 218 147 206 -
CMYK 0 0.33 0.06 0.15
HSL 310.14º 0.49% 0.72% -
HSV(B) 310.14º 0.33% 0.85% -
XYZ 50.49 40.23 63.5 -
YUV 174.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 218 147 206 0 0.33 0.06 0.15 310.14 0.49 0.72
Hex DA 93 CE 0 21 6 F 136 31 48
Octal 332 223 316 0 41 6 17 466 61 110
Binary 11011010 10010011 11001110 0 100001 110 1111 100110110 110001 1001000

Color Harmonies of #DA93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93CE

Black with #DA93CE

Text Example


Text Example

White with #DA93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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