Html Css Color HEX #DB68FF Heliotrope

📋 copy color: '#DB68FF'

red 219 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #DB68FF

Tints of Heliotrope #DB68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 37.89%
G = 17.99%
B = 44.12%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB68FF (or 0xDB68FF) is known color: Heliotrope. HEX triplet: DB, 68 and FF. RGB value is (219,104,255). Sum of RGB (Red+Green+Blue) = 219+104+255=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FF is #249700. Grayscale: #9B9B9B. Windows color (decimal): -2397953 or 16738523. OLE color: 16738523.

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

Color convert

RGB 219 104 255 -
CMYK 0.14 0.59 0 0
HSL 285.7º 1% 0.7% -
HSV(B) 285.7º 0.59% 1% -
XYZ 52.21 32.18 98.07 -
YUV 155.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 219 104 255 0.14 0.59 0 0 285.7 1 0.7
Hex DB 68 FF E 3B 0 0 11E 64 46
Octal 333 150 377 16 73 0 0 436 144 106
Binary 11011011 1101000 11111111 1110 111011 0 0 100011110 1100100 1000110

Color Harmonies of #DB68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68FF

Black with #DB68FF

Text Example


Text Example

White with #DB68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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