Html Css Color HEX #DB68EB Heliotrope

📋 copy color: '#DB68EB'

red 219 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #DB68EB

Tints of Heliotrope #DB68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.64%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 39.25%
G = 18.64%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB68EB (or 0xDB68EB) is known color: Heliotrope. HEX triplet: DB, 68 and EB. RGB value is (219,104,235). Sum of RGB (Red+Green+Blue) = 219+104+235=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68EB is #249714. Grayscale: #989898. Windows color (decimal): -2397973 or 15427803. OLE color: 15427803.

HSL color Cylindrical-coordinate representation of color #DB68EB: hue angle of 292.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB68EB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 104 235 -
CMYK 0.07 0.56 0 0.08
HSL 292.67º 0.77% 0.66% -
HSV(B) 292.67º 0.56% 0.92% -
XYZ 49.16 30.96 81.98 -
YUV 153.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 219 104 235 0.07 0.56 0 0.08 292.67 0.77 0.66
Hex DB 68 EB 7 38 0 8 125 4D 42
Octal 333 150 353 7 70 0 10 445 115 102
Binary 11011011 1101000 11101011 111 111000 0 1000 100100101 1001101 1000010

Color Harmonies of #DB68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68EB

Black with #DB68EB

Text Example


Text Example

White with #DB68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68EB; }

 p { color: rgb(219,104,235); }

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

background-color css

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

 a { background-color: rgb(219,104,235); }

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

border-color css

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

 span { border-color: rgb(219,104,235); }

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