Html Css Color HEX #DA95D8 Plum

📋 copy color: '#DA95D8'

red 218 ◦ green 149 ◦ blue 216

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

Shades of Plum #DA95D8

Tints of Plum #DA95D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 37.39%
G = 25.56%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA95D8 (or 0xDA95D8) is known color: Plum. HEX triplet: DA, 95 and D8. RGB value is (218,149,216). Sum of RGB (Red+Green+Blue) = 218+149+216=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95D8 is #256A27. Grayscale: #B1B1B1. Windows color (decimal): -2452008 or 14194138. OLE color: 14194138.

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

Color convert

RGB 218 149 216 -
CMYK 0 0.32 0.01 0.15
HSL 301.74º 0.48% 0.72% -
HSV(B) 301.74º 0.32% 0.85% -
XYZ 52.06 41.36 70.21 -
YUV 177.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 218 149 216 0 0.32 0.01 0.15 301.74 0.48 0.72
Hex DA 95 D8 0 20 1 F 12E 30 48
Octal 332 225 330 0 40 1 17 456 60 110
Binary 11011010 10010101 11011000 0 100000 1 1111 100101110 110000 1001000

Color Harmonies of #DA95D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA95D8

Black with #DA95D8

Text Example


Text Example

White with #DA95D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA95D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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