Html Css Color HEX #DB85EA Violet

📋 copy color: '#DB85EA'

red 219 ◦ green 133 ◦ blue 234

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

Shades of Violet #DB85EA

Tints of Violet #DB85EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 37.37%
G = 22.7%
B = 39.93%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB85EA (or 0xDB85EA) is known color: Violet. HEX triplet: DB, 85 and EA. RGB value is (219,133,234). Sum of RGB (Red+Green+Blue) = 219+133+234=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EA is #247A15. Grayscale: #A9A9A9. Windows color (decimal): -2390550 or 15369691. OLE color: 15369691.

HSL color Cylindrical-coordinate representation of color #DB85EA: hue angle of 291.09º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB85EA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 133 234 -
CMYK 0.06 0.43 0 0.08
HSL 291.09º 0.71% 0.72% -
HSV(B) 291.09º 0.43% 0.92% -
XYZ 52.45 37.78 82.37 -
YUV 170.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 219 133 234 0.06 0.43 0 0.08 291.09 0.71 0.72
Hex DB 85 EA 6 2B 0 8 123 47 48
Octal 333 205 352 6 53 0 10 443 107 110
Binary 11011011 10000101 11101010 110 101011 0 1000 100100011 1000111 1001000

Color Harmonies of #DB85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85EA

Black with #DB85EA

Text Example


Text Example

White with #DB85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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