Html Css Color HEX #DB60F9 Heliotrope

📋 copy color: '#DB60F9'

red 219 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #DB60F9

Tints of Heliotrope #DB60F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 38.83%
G = 17.02%
B = 44.15%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB60F9 (or 0xDB60F9) is known color: Heliotrope. HEX triplet: DB, 60 and F9. RGB value is (219,96,249). Sum of RGB (Red+Green+Blue) = 219+96+249=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60F9 is #249F06. Grayscale: #959595. Windows color (decimal): -2400007 or 16343259. OLE color: 16343259.

HSL color Cylindrical-coordinate representation of color #DB60F9: hue angle of 288.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB60F9 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 96 249 -
CMYK 0.12 0.61 0 0.02
HSL 288.24º 0.93% 0.68% -
HSV(B) 288.24º 0.61% 0.98% -
XYZ 50.5 30.27 92.8 -
YUV 150.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 219 96 249 0.12 0.61 0 0.02 288.24 0.93 0.68
Hex DB 60 F9 C 3D 0 2 120 5D 44
Octal 333 140 371 14 75 0 2 440 135 104
Binary 11011011 1100000 11111001 1100 111101 0 10 100100000 1011101 1000100

Color Harmonies of #DB60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60F9

Black with #DB60F9

Text Example


Text Example

White with #DB60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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