Html Css Color HEX #DB95CF Plum

📋 copy color: '#DB95CF'

red 219 ◦ green 149 ◦ blue 207

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

Shades of Plum #DB95CF

Tints of Plum #DB95CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.91%

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

R = 38.09%
G = 25.91%
B = 36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB95CF (or 0xDB95CF) is known color: Plum. HEX triplet: DB, 95 and CF. RGB value is (219,149,207). Sum of RGB (Red+Green+Blue) = 219+149+207=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95CF is #246A30. Grayscale: #B0B0B0. Windows color (decimal): -2386481 or 13604315. OLE color: 13604315.

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

Color convert

RGB 219 149 207 -
CMYK 0 0.32 0.05 0.14
HSL 310.29º 0.49% 0.72% -
HSV(B) 310.29º 0.32% 0.86% -
XYZ 51.22 41.06 64.26 -
YUV 176.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 219 149 207 0 0.32 0.05 0.14 310.29 0.49 0.72
Hex DB 95 CF 0 20 5 E 136 31 48
Octal 333 225 317 0 40 5 16 466 61 110
Binary 11011011 10010101 11001111 0 100000 101 1110 100110110 110001 1001000

Color Harmonies of #DB95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95CF

Black with #DB95CF

Text Example


Text Example

White with #DB95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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