Html Css Color HEX #DB69EC Heliotrope

📋 copy color: '#DB69EC'

red 219 ◦ green 105 ◦ blue 236

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

Shades of Heliotrope #DB69EC

Tints of Heliotrope #DB69EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 39.11%
G = 18.75%
B = 42.14%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB69EC (or 0xDB69EC) is known color: Heliotrope. HEX triplet: DB, 69 and EC. RGB value is (219,105,236). Sum of RGB (Red+Green+Blue) = 219+105+236=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69EC is #249613. Grayscale: #999999. Windows color (decimal): -2397716 or 15493595. OLE color: 15493595.

HSL color Cylindrical-coordinate representation of color #DB69EC: hue angle of 292.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69EC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 105 236 -
CMYK 0.07 0.56 0 0.07
HSL 292.21º 0.78% 0.67% -
HSV(B) 292.21º 0.56% 0.93% -
XYZ 49.41 31.22 82.78 -
YUV 154.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 219 105 236 0.07 0.56 0 0.07 292.21 0.78 0.67
Hex DB 69 EC 7 38 0 7 124 4E 43
Octal 333 151 354 7 70 0 7 444 116 103
Binary 11011011 1101001 11101100 111 111000 0 111 100100100 1001110 1000011

Color Harmonies of #DB69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69EC

Black with #DB69EC

Text Example


Text Example

White with #DB69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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