Html Css Color HEX #DA93CA Plum

📋 copy color: '#DA93CA'

red 218 ◦ green 147 ◦ blue 202

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

Shades of Plum #DA93CA

Tints of Plum #DA93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 38.45%
G = 25.93%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA93CA (or 0xDA93CA) is known color: Plum. HEX triplet: DA, 93 and CA. RGB value is (218,147,202). Sum of RGB (Red+Green+Blue) = 218+147+202=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93CA is #256C35. Grayscale: #AEAEAE. Windows color (decimal): -2452534 or 13276122. OLE color: 13276122.

HSL color Cylindrical-coordinate representation of color #DA93CA: hue angle of 313.52º 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 #DA93CA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 202 -
CMYK 0 0.33 0.07 0.15
HSL 313.52º 0.49% 0.72% -
HSV(B) 313.52º 0.33% 0.85% -
XYZ 50.01 40.04 60.97 -
YUV 174.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 218 147 202 0 0.33 0.07 0.15 313.52 0.49 0.72
Hex DA 93 CA 0 21 7 F 13A 31 48
Octal 332 223 312 0 41 7 17 472 61 110
Binary 11011010 10010011 11001010 0 100001 111 1111 100111010 110001 1001000

Color Harmonies of #DA93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93CA

Black with #DA93CA

Text Example


Text Example

White with #DA93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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