Html Css Color HEX #DB68F6 Heliotrope

📋 copy color: '#DB68F6'

red 219 ◦ green 104 ◦ blue 246

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

Shades of Heliotrope #DB68F6

Tints of Heliotrope #DB68F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 38.49%
G = 18.28%
B = 43.23%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB68F6 (or 0xDB68F6) is known color: Heliotrope. HEX triplet: DB, 68 and F6. RGB value is (219,104,246). Sum of RGB (Red+Green+Blue) = 219+104+246=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB68F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68F6 is #249709. Grayscale: #9A9A9A. Windows color (decimal): -2397962 or 16148699. OLE color: 16148699.

HSL color Cylindrical-coordinate representation of color #DB68F6: hue angle of 288.59º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB68F6 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 104 246 -
CMYK 0.11 0.58 0 0.04
HSL 288.59º 0.89% 0.69% -
HSV(B) 288.59º 0.58% 0.96% -
XYZ 50.8 31.61 90.61 -
YUV 154.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 219 104 246 0.11 0.58 0 0.04 288.59 0.89 0.69
Hex DB 68 F6 B 3A 0 4 121 59 45
Octal 333 150 366 13 72 0 4 441 131 105
Binary 11011011 1101000 11110110 1011 111010 0 100 100100001 1011001 1000101

Color Harmonies of #DB68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68F6

Black with #DB68F6

Text Example


Text Example

White with #DB68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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