Html Css Color HEX #DB68F0 Heliotrope

📋 copy color: '#DB68F0'

red 219 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #DB68F0

Tints of Heliotrope #DB68F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 38.9%
G = 18.47%
B = 42.63%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB68F0 (or 0xDB68F0) is known color: Heliotrope. HEX triplet: DB, 68 and F0. RGB value is (219,104,240). Sum of RGB (Red+Green+Blue) = 219+104+240=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68F0 is #24970F. Grayscale: #999999. Windows color (decimal): -2397968 or 15755483. OLE color: 15755483.

HSL color Cylindrical-coordinate representation of color #DB68F0: hue angle of 290.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB68F0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 104 240 -
CMYK 0.09 0.57 0 0.06
HSL 290.74º 0.82% 0.67% -
HSV(B) 290.74º 0.57% 0.94% -
XYZ 49.89 31.25 85.84 -
YUV 153.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 219 104 240 0.09 0.57 0 0.06 290.74 0.82 0.67
Hex DB 68 F0 9 39 0 6 123 52 43
Octal 333 150 360 11 71 0 6 443 122 103
Binary 11011011 1101000 11110000 1001 111001 0 110 100100011 1010010 1000011

Color Harmonies of #DB68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68F0

Black with #DB68F0

Text Example


Text Example

White with #DB68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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