Html Css Color HEX #DA97E1 Plum

📋 copy color: '#DA97E1'

red 218 ◦ green 151 ◦ blue 225

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

Shades of Plum #DA97E1

Tints of Plum #DA97E1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.42%

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

R = 36.7%
G = 25.42%
B = 37.88%

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

#DA97E1 (or 0xDA97E1) is known color: Plum. HEX triplet: DA, 97 and E1. RGB value is (218,151,225). Sum of RGB (Red+Green+Blue) = 218+151+225=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97E1 is #25681E. Grayscale: #B3B3B3. Windows color (decimal): -2451487 or 14784474. OLE color: 14784474.

HSL color Cylindrical-coordinate representation of color #DA97E1: hue angle of 294.32º degrees, saturation: 0.55, 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 #DA97E1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 151 225 -
CMYK 0.03 0.33 0 0.12
HSL 294.32º 0.55% 0.74% -
HSV(B) 294.32º 0.33% 0.88% -
XYZ 53.57 42.47 76.61 -
YUV 179.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 218 151 225 0.03 0.33 0 0.12 294.32 0.55 0.74
Hex DA 97 E1 3 21 0 C 126 37 4A
Octal 332 227 341 3 41 0 14 446 67 112
Binary 11011010 10010111 11100001 11 100001 0 1100 100100110 110111 1001010

Color Harmonies of #DA97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA97E1

Black with #DA97E1

Text Example


Text Example

White with #DA97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA97E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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