Html Css Color HEX #DB69FE Heliotrope

📋 copy color: '#DB69FE'

red 219 ◦ green 105 ◦ blue 254

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

Shades of Heliotrope #DB69FE

Tints of Heliotrope #DB69FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 37.89%
G = 18.17%
B = 43.94%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB69FE (or 0xDB69FE) is known color: Heliotrope. HEX triplet: DB, 69 and FE. RGB value is (219,105,254). Sum of RGB (Red+Green+Blue) = 219+105+254=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69FE is #249601. Grayscale: #9B9B9B. Windows color (decimal): -2397698 or 16673243. OLE color: 16673243.

HSL color Cylindrical-coordinate representation of color #DB69FE: hue angle of 285.91º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB69FE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 105 254 -
CMYK 0.14 0.59 0 0.00
HSL 285.91º 0.99% 0.7% -
HSV(B) 285.91º 0.59% 1% -
XYZ 52.15 32.32 97.26 -
YUV 156.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 219 105 254 0.14 0.59 0 0.00 285.91 0.99 0.7
Hex DB 69 FE E 3B 0 0 11E 63 46
Octal 333 151 376 16 73 0 0 436 143 106
Binary 11011011 1101001 11111110 1110 111011 0 0 100011110 1100011 1000110

Color Harmonies of #DB69FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69FE

Black with #DB69FE

Text Example


Text Example

White with #DB69FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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