Html Css Color HEX #DB60F0 Heliotrope

📋 copy color: '#DB60F0'

red 219 ◦ green 96 ◦ blue 240

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

Shades of Heliotrope #DB60F0

Tints of Heliotrope #DB60F0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.3%

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

R = 39.46%
G = 17.3%
B = 43.24%

CMYK

 C value IS 0.09

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB60F0 (or 0xDB60F0) is known color: Heliotrope. HEX triplet: DB, 60 and F0. RGB value is (219,96,240). Sum of RGB (Red+Green+Blue) = 219+96+240=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60F0 is #249F0F. Grayscale: #949494. Windows color (decimal): -2400016 or 15753435. OLE color: 15753435.

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

Color convert

RGB 219 96 240 -
CMYK 0.09 0.6 0 0.06
HSL 291.25º 0.83% 0.66% -
HSV(B) 291.25º 0.6% 0.94% -
XYZ 49.12 29.72 85.58 -
YUV 149.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 219 96 240 0.09 0.6 0 0.06 291.25 0.83 0.66
Hex DB 60 F0 9 3C 0 6 123 53 42
Octal 333 140 360 11 74 0 6 443 123 102
Binary 11011011 1100000 11110000 1001 111100 0 110 100100011 1010011 1000010

Color Harmonies of #DB60F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60F0

Black with #DB60F0

Text Example


Text Example

White with #DB60F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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