Html Css Color HEX #DB97E0 Plum

📋 copy color: '#DB97E0'

red 219 ◦ green 151 ◦ blue 224

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

Shades of Plum #DB97E0

Tints of Plum #DB97E0

RGB

 RED value IS 219 (85.94% from 255) = 36.87%

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

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

R = 36.87%
G = 25.42%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB97E0 (or 0xDB97E0) is known color: Plum. HEX triplet: DB, 97 and E0. RGB value is (219,151,224). Sum of RGB (Red+Green+Blue) = 219+151+224=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97E0 is #24681F. Grayscale: #B3B3B3. Windows color (decimal): -2385952 or 14718939. OLE color: 14718939.

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

Color convert

RGB 219 151 224 -
CMYK 0.02 0.33 0 0.12
HSL 295.89º 0.54% 0.74% -
HSV(B) 295.89º 0.33% 0.88% -
XYZ 53.73 42.58 75.91 -
YUV 179.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 219 151 224 0.02 0.33 0 0.12 295.89 0.54 0.74
Hex DB 97 E0 2 21 0 C 128 36 4A
Octal 333 227 340 2 41 0 14 450 66 112
Binary 11011011 10010111 11100000 10 100001 0 1100 100101000 110110 1001010

Color Harmonies of #DB97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97E0

Black with #DB97E0

Text Example


Text Example

White with #DB97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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