Html Css Color HEX #DA96E1 Plum

📋 copy color: '#DA96E1'

red 218 ◦ green 150 ◦ blue 225

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

Shades of Plum #DA96E1

Tints of Plum #DA96E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 36.76%
G = 25.3%
B = 37.94%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA96E1 (or 0xDA96E1) is known color: Plum. HEX triplet: DA, 96 and E1. RGB value is (218,150,225). Sum of RGB (Red+Green+Blue) = 218+150+225=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96E1 is #25691E. Grayscale: #B2B2B2. Windows color (decimal): -2451743 or 14784218. OLE color: 14784218.

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

Color convert

RGB 218 150 225 -
CMYK 0.03 0.33 0 0.12
HSL 294.4º 0.56% 0.74% -
HSV(B) 294.4º 0.33% 0.88% -
XYZ 53.41 42.15 76.56 -
YUV 178.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 218 150 225 0.03 0.33 0 0.12 294.4 0.56 0.74
Hex DA 96 E1 3 21 0 C 126 38 4A
Octal 332 226 341 3 41 0 14 446 70 112
Binary 11011010 10010110 11100001 11 100001 0 1100 100100110 111000 1001010

Color Harmonies of #DA96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96E1

Black with #DA96E1

Text Example


Text Example

White with #DA96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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