Html Css Color HEX #DA94DC Plum

📋 copy color: '#DA94DC'

red 218 ◦ green 148 ◦ blue 220

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

Shades of Plum #DA94DC

Tints of Plum #DA94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 37.2%
G = 25.26%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA94DC (or 0xDA94DC) is known color: Plum. HEX triplet: DA, 94 and DC. RGB value is (218,148,220). Sum of RGB (Red+Green+Blue) = 218+148+220=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DC is #256B23. Grayscale: #B0B0B0. Windows color (decimal): -2452260 or 14456026. OLE color: 14456026.

HSL color Cylindrical-coordinate representation of color #DA94DC: hue angle of 298.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA94DC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 148 220 -
CMYK 0.01 0.33 0 0.14
HSL 298.33º 0.51% 0.72% -
HSV(B) 298.33º 0.33% 0.86% -
XYZ 52.42 41.25 72.91 -
YUV 177.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 218 148 220 0.01 0.33 0 0.14 298.33 0.51 0.72
Hex DA 94 DC 1 21 0 E 12A 33 48
Octal 332 224 334 1 41 0 16 452 63 110
Binary 11011010 10010100 11011100 1 100001 0 1110 100101010 110011 1001000

Color Harmonies of #DA94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94DC

Black with #DA94DC

Text Example


Text Example

White with #DA94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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