Html Css Color HEX #DA94E0 Plum

📋 copy color: '#DA94E0'

red 218 ◦ green 148 ◦ blue 224

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

Shades of Plum #DA94E0

Tints of Plum #DA94E0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.08%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 36.95%
G = 25.08%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA94E0 (or 0xDA94E0) is known color: Plum. HEX triplet: DA, 94 and E0. RGB value is (218,148,224). Sum of RGB (Red+Green+Blue) = 218+148+224=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94E0 is #256B1F. Grayscale: #B1B1B1. Windows color (decimal): -2452256 or 14718170. OLE color: 14718170.

HSL color Cylindrical-coordinate representation of color #DA94E0: hue angle of 295.26º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA94E0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 148 224 -
CMYK 0.03 0.34 0 0.12
HSL 295.26º 0.55% 0.73% -
HSV(B) 295.26º 0.34% 0.88% -
XYZ 52.96 41.47 75.73 -
YUV 177.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 218 148 224 0.03 0.34 0 0.12 295.26 0.55 0.73
Hex DA 94 E0 3 22 0 C 127 37 49
Octal 332 224 340 3 42 0 14 447 67 111
Binary 11011010 10010100 11100000 11 100010 0 1100 100100111 110111 1001001

Color Harmonies of #DA94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94E0

Black with #DA94E0

Text Example


Text Example

White with #DA94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94E0; }

 p { color: rgb(218,148,224); }

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

background-color css

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

 a { background-color: rgb(218,148,224); }

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

border-color css

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

 span { border-color: rgb(218,148,224); }

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