Html Css Color HEX #DB85E1 Violet

📋 copy color: '#DB85E1'

red 219 ◦ green 133 ◦ blue 225

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

Shades of Violet #DB85E1

Tints of Violet #DB85E1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.05%

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 37.95%
G = 23.05%
B = 38.99%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB85E1 (or 0xDB85E1) is known color: Violet. HEX triplet: DB, 85 and E1. RGB value is (219,133,225). Sum of RGB (Red+Green+Blue) = 219+133+225=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB85E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85E1 is #247A1E. Grayscale: #A8A8A8. Windows color (decimal): -2390559 or 14779867. OLE color: 14779867.

HSL color Cylindrical-coordinate representation of color #DB85E1: hue angle of 296.09º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB85E1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 133 225 -
CMYK 0.03 0.41 0 0.12
HSL 296.09º 0.61% 0.7% -
HSV(B) 296.09º 0.41% 0.88% -
XYZ 51.19 37.27 75.73 -
YUV 169.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 219 133 225 0.03 0.41 0 0.12 296.09 0.61 0.7
Hex DB 85 E1 3 29 0 C 128 3D 46
Octal 333 205 341 3 51 0 14 450 75 106
Binary 11011011 10000101 11100001 11 101001 0 1100 100101000 111101 1000110

Color Harmonies of #DB85E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85E1

Black with #DB85E1

Text Example


Text Example

White with #DB85E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85E1; }

 p { color: rgb(219,133,225); }

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

background-color css

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

 a { background-color: rgb(219,133,225); }

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

border-color css

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

 span { border-color: rgb(219,133,225); }

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