Html Css Color HEX #DA95D6 Plum

📋 copy color: '#DA95D6'

red 218 ◦ green 149 ◦ blue 214

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

Shades of Plum #DA95D6

Tints of Plum #DA95D6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.65%

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 37.52%
G = 25.65%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA95D6 (or 0xDA95D6) is known color: Plum. HEX triplet: DA, 95 and D6. RGB value is (218,149,214). Sum of RGB (Red+Green+Blue) = 218+149+214=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95D6 is #256A29. Grayscale: #B0B0B0. Windows color (decimal): -2452010 or 14063066. OLE color: 14063066.

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

Color convert

RGB 218 149 214 -
CMYK 0 0.32 0.02 0.15
HSL 303.48º 0.48% 0.72% -
HSV(B) 303.48º 0.32% 0.85% -
XYZ 51.8 41.26 68.85 -
YUV 177.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 218 149 214 0 0.32 0.02 0.15 303.48 0.48 0.72
Hex DA 95 D6 0 20 2 F 12F 30 48
Octal 332 225 326 0 40 2 17 457 60 110
Binary 11011010 10010101 11010110 0 100000 10 1111 100101111 110000 1001000

Color Harmonies of #DA95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA95D6

Black with #DA95D6

Text Example


Text Example

White with #DA95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA95D6; }

 p { color: rgb(218,149,214); }

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

background-color css

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

 a { background-color: rgb(218,149,214); }

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

border-color css

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

 span { border-color: rgb(218,149,214); }

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