Html Css Color HEX #DB91CF Plum

📋 copy color: '#DB91CF'

red 219 ◦ green 145 ◦ blue 207

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

Shades of Plum #DB91CF

Tints of Plum #DB91CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.39%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 38.35%
G = 25.39%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB91CF (or 0xDB91CF) is known color: Plum. HEX triplet: DB, 91 and CF. RGB value is (219,145,207). Sum of RGB (Red+Green+Blue) = 219+145+207=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91CF is #246E30. Grayscale: #AEAEAE. Windows color (decimal): -2387505 or 13603291. OLE color: 13603291.

HSL color Cylindrical-coordinate representation of color #DB91CF: hue angle of 309.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91CF is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 207 -
CMYK 0 0.34 0.05 0.14
HSL 309.73º 0.51% 0.71% -
HSV(B) 309.73º 0.34% 0.86% -
XYZ 50.6 39.82 64.05 -
YUV 174.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 219 145 207 0 0.34 0.05 0.14 309.73 0.51 0.71
Hex DB 91 CF 0 22 5 E 136 33 47
Octal 333 221 317 0 42 5 16 466 63 107
Binary 11011011 10010001 11001111 0 100010 101 1110 100110110 110011 1000111

Color Harmonies of #DB91CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91CF

Black with #DB91CF

Text Example


Text Example

White with #DB91CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91CF; }

 p { color: rgb(219,145,207); }

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

background-color css

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

 a { background-color: rgb(219,145,207); }

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

border-color css

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

 span { border-color: rgb(219,145,207); }

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