Html Css Color HEX #DB87E0 Violet

📋 copy color: '#DB87E0'

red 219 ◦ green 135 ◦ blue 224

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

Shades of Violet #DB87E0

Tints of Violet #DB87E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.36%

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

R = 37.89%
G = 23.36%
B = 38.75%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB87E0 (or 0xDB87E0) is known color: Violet. HEX triplet: DB, 87 and E0. RGB value is (219,135,224). Sum of RGB (Red+Green+Blue) = 219+135+224=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87E0 is #24781F. Grayscale: #A9A9A9. Windows color (decimal): -2390048 or 14714843. OLE color: 14714843.

HSL color Cylindrical-coordinate representation of color #DB87E0: hue angle of 296.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB87E0 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 135 224 -
CMYK 0.02 0.40 0 0.12
HSL 296.63º 0.59% 0.7% -
HSV(B) 296.63º 0.4% 0.88% -
XYZ 51.33 37.77 75.11 -
YUV 170.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 219 135 224 0.02 0.40 0 0.12 296.63 0.59 0.7
Hex DB 87 E0 2 28 0 C 129 3B 46
Octal 333 207 340 2 50 0 14 451 73 106
Binary 11011011 10000111 11100000 10 101000 0 1100 100101001 111011 1000110

Color Harmonies of #DB87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87E0

Black with #DB87E0

Text Example


Text Example

White with #DB87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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