Html Css Color HEX #DA97E0 Plum

📋 copy color: '#DA97E0'

red 218 ◦ green 151 ◦ blue 224

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

Shades of Plum #DA97E0

Tints of Plum #DA97E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 36.76%
G = 25.46%
B = 37.77%

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

#DA97E0 (or 0xDA97E0) is known color: Plum. HEX triplet: DA, 97 and E0. RGB value is (218,151,224). Sum of RGB (Red+Green+Blue) = 218+151+224=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97E0 is #25681F. Grayscale: #B3B3B3. Windows color (decimal): -2451488 or 14718938. OLE color: 14718938.

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

Color convert

RGB 218 151 224 -
CMYK 0.03 0.33 0 0.12
HSL 295.07º 0.54% 0.74% -
HSV(B) 295.07º 0.33% 0.88% -
XYZ 53.43 42.42 75.89 -
YUV 179.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 218 151 224 0.03 0.33 0 0.12 295.07 0.54 0.74
Hex DA 97 E0 3 21 0 C 127 36 4A
Octal 332 227 340 3 41 0 14 447 66 112
Binary 11011010 10010111 11100000 11 100001 0 1100 100100111 110110 1001010

Color Harmonies of #DA97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA97E0

Black with #DA97E0

Text Example


Text Example

White with #DA97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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