Html Css Color HEX #DB60FA Heliotrope

📋 copy color: '#DB60FA'

red 219 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #DB60FA

Tints of Heliotrope #DB60FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 38.76%
G = 16.99%
B = 44.25%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB60FA (or 0xDB60FA) is known color: Heliotrope. HEX triplet: DB, 60 and FA. RGB value is (219,96,250). Sum of RGB (Red+Green+Blue) = 219+96+250=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60FA is #249F05. Grayscale: #959595. Windows color (decimal): -2400006 or 16408795. OLE color: 16408795.

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

Color convert

RGB 219 96 250 -
CMYK 0.12 0.62 0 0.02
HSL 287.92º 0.94% 0.68% -
HSV(B) 287.92º 0.62% 0.98% -
XYZ 50.65 30.33 93.63 -
YUV 150.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 219 96 250 0.12 0.62 0 0.02 287.92 0.94 0.68
Hex DB 60 FA C 3E 0 2 120 5E 44
Octal 333 140 372 14 76 0 2 440 136 104
Binary 11011011 1100000 11111010 1100 111110 0 10 100100000 1011110 1000100

Color Harmonies of #DB60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60FA

Black with #DB60FA

Text Example


Text Example

White with #DB60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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