Html Css Color HEX #DB68FE Heliotrope

📋 copy color: '#DB68FE'

red 219 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #DB68FE

Tints of Heliotrope #DB68FE

RGB

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

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

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

R = 37.95%
G = 18.02%
B = 44.02%

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

#DB68FE (or 0xDB68FE) is known color: Heliotrope. HEX triplet: DB, 68 and FE. RGB value is (219,104,254). Sum of RGB (Red+Green+Blue) = 219+104+254=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FE is #249701. Grayscale: #9B9B9B. Windows color (decimal): -2397954 or 16672987. OLE color: 16672987.

HSL color Cylindrical-coordinate representation of color #DB68FE: hue angle of 286º 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 #DB68FE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 104 254 -
CMYK 0.14 0.59 0 0.00
HSL 286º 0.99% 0.7% -
HSV(B) 286º 0.59% 1% -
XYZ 52.05 32.12 97.22 -
YUV 155.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 219 104 254 0.14 0.59 0 0.00 286 0.99 0.7
Hex DB 68 FE E 3B 0 0 11E 63 46
Octal 333 150 376 16 73 0 0 436 143 106
Binary 11011011 1101000 11111110 1110 111011 0 0 100011110 1100011 1000110

Color Harmonies of #DB68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68FE

Black with #DB68FE

Text Example


Text Example

White with #DB68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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