Html Css Color HEX #DB69EB Heliotrope

📋 copy color: '#DB69EB'

red 219 ◦ green 105 ◦ blue 235

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

Shades of Heliotrope #DB69EB

Tints of Heliotrope #DB69EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.78%

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

R = 39.18%
G = 18.78%
B = 42.04%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB69EB (or 0xDB69EB) is known color: Heliotrope. HEX triplet: DB, 69 and EB. RGB value is (219,105,235). Sum of RGB (Red+Green+Blue) = 219+105+235=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69EB is #249614. Grayscale: #999999. Windows color (decimal): -2397717 or 15428059. OLE color: 15428059.

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

Color convert

RGB 219 105 235 -
CMYK 0.07 0.55 0 0.08
HSL 292.62º 0.76% 0.67% -
HSV(B) 292.62º 0.55% 0.92% -
XYZ 49.26 31.16 82.02 -
YUV 153.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 219 105 235 0.07 0.55 0 0.08 292.62 0.76 0.67
Hex DB 69 EB 7 37 0 8 125 4C 43
Octal 333 151 353 7 67 0 10 445 114 103
Binary 11011011 1101001 11101011 111 110111 0 1000 100100101 1001100 1000011

Color Harmonies of #DB69EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69EB

Black with #DB69EB

Text Example


Text Example

White with #DB69EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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