Html Css Color HEX #DA96D5 Plum

📋 copy color: '#DA96D5'

red 218 ◦ green 150 ◦ blue 213

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

Shades of Plum #DA96D5

Tints of Plum #DA96D5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.82%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 37.52%
G = 25.82%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA96D5 (or 0xDA96D5) is known color: Plum. HEX triplet: DA, 96 and D5. RGB value is (218,150,213). Sum of RGB (Red+Green+Blue) = 218+150+213=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D5 is #25692A. Grayscale: #B1B1B1. Windows color (decimal): -2451755 or 13997786. OLE color: 13997786.

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

Color convert

RGB 218 150 213 -
CMYK 0 0.31 0.02 0.15
HSL 304.41º 0.48% 0.72% -
HSV(B) 304.41º 0.31% 0.85% -
XYZ 51.83 41.52 68.23 -
YUV 177.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 218 150 213 0 0.31 0.02 0.15 304.41 0.48 0.72
Hex DA 96 D5 0 1F 2 F 130 30 48
Octal 332 226 325 0 37 2 17 460 60 110
Binary 11011010 10010110 11010101 0 11111 10 1111 100110000 110000 1001000

Color Harmonies of #DA96D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96D5

Black with #DA96D5

Text Example


Text Example

White with #DA96D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96D5; }

 p { color: rgb(218,150,213); }

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

background-color css

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

 a { background-color: rgb(218,150,213); }

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

border-color css

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

 span { border-color: rgb(218,150,213); }

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